1b755a42c2- added serialization support to most matrix and vector classes - touched files: matrix.hpp matrix_sparse.hpp storage.hpp storage_sparse.hpp vector.hpp vector_of_vector.hpp vector_sparse.hpp - still no regression tests for this :-(
Gunter Winkler
2007-06-11 20:29:08 +0000
dba05c4dd6- added serialization support to most matrix and vector classes - touched files: matrix.hpp matrix_sparse.hpp storage.hpp storage_sparse.hpp vector.hpp vector_of_vector.hpp vector_sparse.hpp - still no regression tests for this :-(
Gunter Winkler
2007-06-11 20:29:08 +0000
6c18988aed- added serialization support to most matrix and vector classes - touched files: matrix.hpp matrix_sparse.hpp storage.hpp storage_sparse.hpp vector.hpp vector_of_vector.hpp vector_sparse.hpp - still no regression tests for this :-(
Gunter Winkler
2007-06-11 20:29:08 +0000
3db1cef9a6- added serialization support to most matrix and vector classes - touched files: matrix.hpp matrix_sparse.hpp storage.hpp storage_sparse.hpp vector.hpp vector_of_vector.hpp vector_sparse.hpp - still no regression tests for this :-(
Gunter Winkler
2007-06-11 20:29:08 +0000
16af80f0c2- fixed typo in exception.hpp
Gunter Winkler
2007-06-02 11:17:08 +0000
352abadbd8- fixed typo in exception.hpp
Gunter Winkler
2007-06-02 11:17:08 +0000
e93324958f- fixed typo in exception.hpp
Gunter Winkler
2007-06-02 11:17:08 +0000
5198892261- fixed typo in exception.hpp
Gunter Winkler
2007-06-02 11:17:08 +0000
faa46d2df1- fixed bug in triangular_matrix::resize and hermitian_matrix::resize by adding new matrix_resize_preserve specialization for those types
Gunter Winkler
2007-05-01 12:30:39 +0000
a91910b8de- fixed bug in triangular_matrix::resize and hermitian_matrix::resize by adding new matrix_resize_preserve specialization for those types
Gunter Winkler
2007-05-01 12:30:39 +0000
c0b66eb3f4- fixed bug in triangular_matrix::resize and hermitian_matrix::resize by adding new matrix_resize_preserve specialization for those types
Gunter Winkler
2007-05-01 12:30:39 +0000
7a5348304a- fixed bug in triangular_matrix::resize and hermitian_matrix::resize by adding new matrix_resize_preserve specialization for those types
Gunter Winkler
2007-05-01 12:30:39 +0000
5468a4de26- changes static initialization of zero_(0) to zero_ = T() This should be replaces by value_traits<T>::zero and the definition of one_ = 1 should be replaced by value_traits<T>::one
Gunter Winkler
2007-04-07 21:12:26 +0000
05ccd103e1- changes static initialization of zero_(0) to zero_ = T() This should be replaces by value_traits<T>::zero and the definition of one_ = 1 should be replaced by value_traits<T>::one
Gunter Winkler
2007-04-07 21:12:26 +0000
57c10a3733- changes static initialization of zero_(0) to zero_ = T() This should be replaces by value_traits<T>::zero and the definition of one_ = 1 should be replaced by value_traits<T>::one
Gunter Winkler
2007-04-07 21:12:26 +0000
a14290d974- changes static initialization of zero_(0) to zero_ = T() This should be replaces by value_traits<T>::zero and the definition of one_ = 1 should be replaced by value_traits<T>::one
Gunter Winkler
2007-04-07 21:12:26 +0000
1d8f1faa81- new directive BOOST_UBLAS_NDEBUG to disable all debug actions of uBLAS It has an equivalent effect as defining NDEBUG in all uBLAS headers.
Gunter Winkler
2007-04-07 20:51:38 +0000
5f08a94e2c- new directive BOOST_UBLAS_NDEBUG to disable all debug actions of uBLAS It has an equivalent effect as defining NDEBUG in all uBLAS headers.
Gunter Winkler
2007-04-07 20:51:38 +0000
85122202b2- new directive BOOST_UBLAS_NDEBUG to disable all debug actions of uBLAS It has an equivalent effect as defining NDEBUG in all uBLAS headers.
Gunter Winkler
2007-04-07 20:51:38 +0000
018363770f- new directive BOOST_UBLAS_NDEBUG to disable all debug actions of uBLAS It has an equivalent effect as defining NDEBUG in all uBLAS headers.
Gunter Winkler
2007-04-07 20:51:38 +0000
b4129841b9- add optimizations for trivial constructors to array types - add initializing constructors to matix<> and vector<> usage: matrix<double> m(3,3,5.0); vector<double> v(3,5.0); - avoid constructor call for std::complex<T>, user can specialize detail::has_trivial_constructor<T> to control this behavior
Gunter Winkler
2007-03-16 22:39:17 +0000
46dea3c416- add optimizations for trivial constructors to array types - add initializing constructors to matix<> and vector<> usage: matrix<double> m(3,3,5.0); vector<double> v(3,5.0); - avoid constructor call for std::complex<T>, user can specialize detail::has_trivial_constructor<T> to control this behavior
Gunter Winkler
2007-03-16 22:39:17 +0000
83a3bbd398- add optimizations for trivial constructors to array types - add initializing constructors to matix<> and vector<> usage: matrix<double> m(3,3,5.0); vector<double> v(3,5.0); - avoid constructor call for std::complex<T>, user can specialize detail::has_trivial_constructor<T> to control this behavior
Gunter Winkler
2007-03-16 22:39:17 +0000
1bd53f2ad6- add optimizations for trivial constructors to array types - add initializing constructors to matix<> and vector<> usage: matrix<double> m(3,3,5.0); vector<double> v(3,5.0); - avoid constructor call for std::complex<T>, user can specialize detail::has_trivial_constructor<T> to control this behavior
Gunter Winkler
2007-03-16 22:39:17 +0000
0a419a64c0- replaced row_major/column_major in compressed-axpy_prod now they work with uncommon size_types and may be abused to compute y += A^T x
Gunter Winkler
2007-03-16 22:31:46 +0000
dd61d4e5be- replaced row_major/column_major in compressed-axpy_prod now they work with uncommon size_types and may be abused to compute y += A^T x
Gunter Winkler
2007-03-16 22:31:46 +0000
7b189c9282- replaced row_major/column_major in compressed-axpy_prod now they work with uncommon size_types and may be abused to compute y += A^T x
Gunter Winkler
2007-03-16 22:31:46 +0000
cb2ecedfdf- replaced row_major/column_major in compressed-axpy_prod now they work with uncommon size_types and may be abused to compute y += A^T x
Gunter Winkler
2007-03-16 22:31:46 +0000
34f58fd584- updated error msg in vector_assign (debug build only) when the structure check fails
Gunter Winkler
2007-03-16 21:29:16 +0000
f121d74478- updated error msg in vector_assign (debug build only) when the structure check fails
Gunter Winkler
2007-03-16 21:29:16 +0000
ccf94b60a7- updated error msg in vector_assign (debug build only) when the structure check fails
Gunter Winkler
2007-03-16 21:29:16 +0000
183dd86d00- updated error msg in vector_assign (debug build only) when the structure check fails
Gunter Winkler
2007-03-16 21:29:16 +0000