Commit Graph

  • 652083ab6c - added section "nested products" Gunter Winkler 2007-10-16 21:48:01 +0000
  • 124a75fbfb Starting point for releases Beman Dawes 2007-10-05 14:25:06 +0000
  • 531dabe76d - added redirect from index.html to real start page: index.htm Gunter Winkler 2007-10-01 13:04:29 +0000
  • cf9b2d4d59 - added redirect from index.html to real start page: index.htm Gunter Winkler 2007-10-01 13:04:29 +0000
  • 374d8ece23 - added redirect from index.html to real start page: index.htm Gunter Winkler 2007-10-01 13:04:29 +0000
  • 618449b21b - added redirect from index.html to real start page: index.htm Gunter Winkler 2007-10-01 13:04:29 +0000
  • 4cabe28bc6 - Ticket #688 : Outer iterators can now skip empty rows. Thus matrix_assign works now as expected. Gunter Winkler 2007-09-24 21:26:00 +0000
  • 740507a4c9 - Ticket #688 : Outer iterators can now skip empty rows. Thus matrix_assign works now as expected. Gunter Winkler 2007-09-24 21:26:00 +0000
  • f18dcdf75e - Ticket #688 : Outer iterators can now skip empty rows. Thus matrix_assign works now as expected. Gunter Winkler 2007-09-24 21:26:00 +0000
  • 68699953b7 - Ticket #688 : Outer iterators can now skip empty rows. Thus matrix_assign works now as expected. Gunter Winkler 2007-09-24 21:26:00 +0000
  • 282f7a875a - Ticket #1234 : patch committed as suggested. Gunter Winkler 2007-09-24 21:01:11 +0000
  • 1e1cb82471 - Ticket #1234 : patch committed as suggested. Gunter Winkler 2007-09-24 21:01:11 +0000
  • 0ca2ba65ac - Ticket #1234 : patch committed as suggested. Gunter Winkler 2007-09-24 21:01:11 +0000
  • 7b7c26ccf7 - Ticket #1234 : patch committed as suggested. Gunter Winkler 2007-09-24 21:01:11 +0000
  • 765b04bd8e Updated licences using blanket_permission.txt. John Maddock 2007-09-18 17:19:41 +0000
  • c990442866 Updated licences using blanket_permission.txt. John Maddock 2007-09-18 17:19:41 +0000
  • 696102acf2 Updated licences using blanket_permission.txt. John Maddock 2007-09-18 17:19:41 +0000
  • cf401af09f Updated licences using blanket_permission.txt. John Maddock 2007-09-18 17:19:41 +0000
  • 722fe33f80 overview.htm: fixed typo Gunter Winkler 2007-09-13 12:13:20 +0000
  • 7f4be729d7 overview.htm: fixed typo Gunter Winkler 2007-09-13 12:13:20 +0000
  • 663e80def5 overview.htm: fixed typo Gunter Winkler 2007-09-13 12:13:20 +0000
  • f774d9e120 overview.htm: fixed typo Gunter Winkler 2007-09-13 12:13:20 +0000
  • e7840acdcd lu.hpp: introduced temporary to avoid strange compiler problem. Gunter Winkler 2007-09-12 21:44:37 +0000
  • e3ff91766d lu.hpp: introduced temporary to avoid strange compiler problem. Gunter Winkler 2007-09-12 21:44:37 +0000
  • b5637d3279 lu.hpp: introduced temporary to avoid strange compiler problem. Gunter Winkler 2007-09-12 21:44:37 +0000
  • 34b0e1b4fb lu.hpp: introduced temporary to avoid strange compiler problem. Gunter Winkler 2007-09-12 21:44:37 +0000
  • 78d07714d6 Remove V1 Jamfiles Vladimir Prus 2007-08-08 19:02:26 +0000
  • d7619262b8 Remove V1 Jamfiles Vladimir Prus 2007-08-08 19:02:26 +0000
  • 3826b038f9 Remove V1 Jamfiles Vladimir Prus 2007-08-08 19:02:26 +0000
  • 62df231a29 Remove V1 Jamfiles Vladimir Prus 2007-08-08 19:02:26 +0000
  • ab25aa4245 This commit was manufactured by cvs2svn to create tag 'Version_1_34_1'. nobody 2007-07-24 19:28:14 +0000
  • 734ac172ce This commit was manufactured by cvs2svn to create tag 'Version_1_34_1'. nobody 2007-07-24 19:28:14 +0000
  • a9b37cb559 This commit was manufactured by cvs2svn to create tag 'Version_1_34_1'. nobody 2007-07-24 19:28:14 +0000
  • 4c0c2510b0 - vector_expression.hpp: added size check to vector_scalar_binary because inner_product operations require equal sized operands Gunter Winkler 2007-07-09 18:59:54 +0000
  • f7bdeb6619 - vector_expression.hpp: added size check to vector_scalar_binary because inner_product operations require equal sized operands Gunter Winkler 2007-07-09 18:59:54 +0000
  • 2605973dc8 - vector_expression.hpp: added size check to vector_scalar_binary because inner_product operations require equal sized operands Gunter Winkler 2007-07-09 18:59:54 +0000
  • f9b80971a7 - vector_expression.hpp: added size check to vector_scalar_binary because inner_product operations require equal sized operands Gunter Winkler 2007-07-09 18:59:54 +0000
  • a74d1dcc0e - matrix.hpp: added missing include, serialization/array.hpp Gunter Winkler 2007-06-30 12:50:54 +0000
  • e1854bcd3b - matrix.hpp: added missing include, serialization/array.hpp Gunter Winkler 2007-06-30 12:50:54 +0000
  • 1f8813c01b - matrix.hpp: added missing include, serialization/array.hpp Gunter Winkler 2007-06-30 12:50:54 +0000
  • 818eef674e - matrix.hpp: added missing include, serialization/array.hpp Gunter Winkler 2007-06-30 12:50:54 +0000
  • 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
  • c3c94032d1 * fixed wrong markup Gunter Winkler 2007-04-16 22:28:13 +0000
  • cc80e857d5 * fixed wrong markup Gunter Winkler 2007-04-16 22:28:13 +0000
  • cf1e0b33f3 * fixed wrong markup Gunter Winkler 2007-04-16 22:28:13 +0000
  • ef54e2d657 * fixed wrong markup Gunter Winkler 2007-04-16 22:28:13 +0000
  • 95308a075c - fixed bug: removed wrong () in subslice Gunter Winkler 2007-04-16 21:58:23 +0000
  • ded593c1bd - fixed bug: removed wrong () in subslice Gunter Winkler 2007-04-16 21:58:23 +0000
  • c492c27876 - fixed bug: removed wrong () in subslice Gunter Winkler 2007-04-16 21:58:23 +0000
  • d327b8e994 - fixed bug: removed wrong () in subslice Gunter Winkler 2007-04-16 21:58:23 +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
  • 685950e55d - removed wrong 'typename' in coordinate_matrix Gunter Winkler 2007-03-17 11:54:39 +0000
  • 2984f60fcd - removed wrong 'typename' in coordinate_matrix Gunter Winkler 2007-03-17 11:54:39 +0000
  • e9703e6b5a - removed wrong 'typename' in coordinate_matrix Gunter Winkler 2007-03-17 11:54:39 +0000
  • c52f014fa3 - removed wrong 'typename' in coordinate_matrix Gunter Winkler 2007-03-17 11:54:39 +0000
  • a1699b7450 - fixed mistake in storage.hpp: s/not /! /g Gunter Winkler 2007-03-17 11:46:07 +0000
  • 7b111f2cbf - fixed mistake in storage.hpp: s/not /! /g Gunter Winkler 2007-03-17 11:46:07 +0000
  • 8b91a713e6 - fixed mistake in storage.hpp: s/not /! /g Gunter Winkler 2007-03-17 11:46:07 +0000
  • 0ebba0ddb1 - fixed mistake in storage.hpp: s/not /! /g Gunter Winkler 2007-03-17 11:46:07 +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
  • ccac9901ac - fixed unit_vector::find() Gunter Winkler 2007-03-16 21:26:39 +0000
  • 7deace95ed - fixed unit_vector::find() Gunter Winkler 2007-03-16 21:26:39 +0000
  • b8e8ebd5eb - fixed unit_vector::find() Gunter Winkler 2007-03-16 21:26:39 +0000
  • 79eeef91f1 - fixed unit_vector::find() Gunter Winkler 2007-03-16 21:26:39 +0000
  • f8eedbd7cf - fixed bug in compressed_matrix::(const_)iterator's decrement Gunter Winkler 2007-03-16 21:23:13 +0000
  • 2adb3b8127 - fixed bug in compressed_matrix::(const_)iterator's decrement Gunter Winkler 2007-03-16 21:23:13 +0000
  • b3d1c7540a - fixed bug in compressed_matrix::(const_)iterator's decrement Gunter Winkler 2007-03-16 21:23:13 +0000
  • 2fbbac489a - fixed bug in compressed_matrix::(const_)iterator's decrement Gunter Winkler 2007-03-16 21:23:13 +0000
  • baa067633d - fix bug in vector_of_vector by replacing old 'size1' and 'size2' with new 'size_M' and 'size_m' Gunter Winkler 2007-03-16 21:17:54 +0000
  • bee922f7e1 - fix bug in vector_of_vector by replacing old 'size1' and 'size2' with new 'size_M' and 'size_m' Gunter Winkler 2007-03-16 21:17:54 +0000
  • 9aabab641a - fix bug in vector_of_vector by replacing old 'size1' and 'size2' with new 'size_M' and 'size_m' Gunter Winkler 2007-03-16 21:17:54 +0000