test/test_coordinate_matrix_sort.cpp: test case for problem related to #3968
note to myself: do not commit after midnight!
svn path=/trunk/libs/numeric/ublas/; revision=60215
* removed inlines that were added with the last commit
* added anonymous namespace to make functions local to compilation unit
svn path=/trunk/boost/numeric/ublas/; revision=57202
* added error message when BOOST_UBLAS_NO_NESTED_CLASS_RELATION is defined because the free funtions will not work here.
svn path=/trunk/libs/numeric/ublas/; revision=56621
* test/manual/test_move_semantics.cpp: example and manual test case to demonstrate move semantics
* test/manual/Jamfile.v2: added new target test_move_semantics
* doc/ublas.css: added pre.screen class for code snippets, added p.credit class for thanks and credits
* doc/overview.htm: fixed broken anchors and missing alt-attribute
* doc/release_notes.htm: added new feature to release list
* doc/options.htm: new page to document preprocessore switches (mostly copied from Wiki)
* doc/index.htm: added link to options.htm
svn path=/trunk/libs/numeric/ublas/; revision=56248
added link to new release notes page
doc/release_notes.htm:
created release notes page to track changes, see #3293 and #3443
svn path=/trunk/libs/numeric/ublas/; revision=56164
doc/expression_concept.htm:
* splitted required methods into to const and non-const methods
* fixed minor typos
svn path=/trunk/libs/numeric/ublas/; revision=56006
test/concepts.cpp:
* prepared test for vector_view and sparse_view (still disabled)
test/sparse_view_test.cpp:
* test case for sparse_view, currently only operator(i,j) is tested
test/Jamfile.v2:
* added new test case to test suite
svn path=/trunk/libs/numeric/ublas/; revision=56005
traits.hpp:
* split traits into "view traits" and "mutable traits"
experimental:
* added new folder for emerging/unfinished features
experimental/sparse_view.hpp:
* added new class c_array_view which presents a T* array and a size as vector_view
* added new class compressed_matrix_view which wraps three arrays into a matrix_view
detail/concepts.hpp:
* prepared vector_view concept (still disabled because further work is needed here)
svn path=/trunk/boost/numeric/ublas/; revision=56003
test/test73.cpp reverted addition of special initilizer
test/common/init.hpp changed common initilizer to use float instead of (unsigned) int to initialize test vectors/matrices (this solved some boost::interval issues, but revealed other ones)
svn path=/trunk/libs/numeric/ublas/; revision=52142
* added triangular_type definitions
* added transposed_layout to basic_row_major and basic_column_major
* fix#2800 : transposed_structure has to switch row major and column major
svn path=/trunk/boost/numeric/ublas/; revision=51764
triangular_access.cpp: tests constant and mutable iterators over triangular matrices
triangular_layout.cpp: tests storage layout of symmetric and triangular matrices
common/testhelper.hpp: added more common helper functions for tests
Jamfile.v2: added new unit tests
svn path=/trunk/libs/numeric/ublas/; revision=51763
* replaced the word "upper" by "lower" because the description is for lower triangular matrices
* added more detailed example for the use of triangular matrices and adaptors
svn path=/trunk/libs/numeric/ublas/; revision=50916