Commit Graph

  • b852e0e479 Copyrights on CMakeLists.txt to keep them from clogging up the inspect reports. This is essentially the same commit as r55095 on the release branch. Troy D. Straszheim 2009-07-26 00:49:56 +0000
  • 9cbdbcf472 Add basic copyright/license to keep cmake out of the inspection report Troy D. Straszheim 2009-07-22 21:51:01 +0000
  • fe52a38cac Add basic copyright/license to keep cmake out of the inspection report Troy D. Straszheim 2009-07-22 21:51:01 +0000
  • 49fce8324c Add basic copyright/license to keep cmake out of the inspection report Troy D. Straszheim 2009-07-22 21:51:01 +0000
  • 1e6331409a see #3108, fixed a simple problem in symmetric.hpp (thx Michael), the storage layout still need more investigation. Gunter Winkler 2009-06-22 21:13:40 +0000
  • e02894e635 see #3108, fixed a simple problem in symmetric.hpp (thx Michael), the storage layout still need more investigation. Gunter Winkler 2009-06-22 21:13:40 +0000
  • 65cb669208 see #3108, fixed a simple problem in symmetric.hpp (thx Michael), the storage layout still need more investigation. Gunter Winkler 2009-06-22 21:13:40 +0000
  • 241a4581e2 see #3108, fixed a simple problem in symmetric.hpp (thx Michael), the storage layout still need more investigation. Gunter Winkler 2009-06-22 21:13:40 +0000
  • 51cbcdb5d6 matrix_sparse.hpp - see #2195, fixed compressed_matrix::erase_element(); must use >= instead of > because the last element of index1_data is the "end of list" marker. Segfault was caused by *(itv + 1) which pointed to an element _after_ index1_data.end() Gunter Winkler 2009-06-22 20:58:30 +0000
  • d2f9d354cc matrix_sparse.hpp - see #2195, fixed compressed_matrix::erase_element(); must use >= instead of > because the last element of index1_data is the "end of list" marker. Segfault was caused by *(itv + 1) which pointed to an element _after_ index1_data.end() Gunter Winkler 2009-06-22 20:58:30 +0000
  • 4d50f54a74 matrix_sparse.hpp - see #2195, fixed compressed_matrix::erase_element(); must use >= instead of > because the last element of index1_data is the "end of list" marker. Segfault was caused by *(itv + 1) which pointed to an element _after_ index1_data.end() Gunter Winkler 2009-06-22 20:58:30 +0000
  • f0f21a006f matrix_sparse.hpp - see #2195, fixed compressed_matrix::erase_element(); must use >= instead of > because the last element of index1_data is the "end of list" marker. Segfault was caused by *(itv + 1) which pointed to an element _after_ index1_data.end() Gunter Winkler 2009-06-22 20:58:30 +0000
  • e107411432 comp_mat_erase.cpp - unit test to verify compressed matrix layout, insertion and erasure of elements, see #2195 Gunter Winkler 2009-06-22 20:53:49 +0000
  • 0791c0b843 comp_mat_erase.cpp - unit test to verify compressed matrix layout, insertion and erasure of elements, see #2195 Gunter Winkler 2009-06-22 20:53:49 +0000
  • 296da92f9f comp_mat_erase.cpp - unit test to verify compressed matrix layout, insertion and erasure of elements, see #2195 Gunter Winkler 2009-06-22 20:53:49 +0000
  • 67cabb26d4 comp_mat_erase.cpp - unit test to verify compressed matrix layout, insertion and erasure of elements, see #2195 Gunter Winkler 2009-06-22 20:53:49 +0000
  • b27c2839f4 Fix a mix up between euclidean and uniform norm. Refs #3056. Daniel James 2009-06-06 10:33:10 +0000
  • c0f5db721f Fix a mix up between euclidean and uniform norm. Refs #3056. Daniel James 2009-06-06 10:33:10 +0000
  • bdff451287 Fix a mix up between euclidean and uniform norm. Refs #3056. Daniel James 2009-06-06 10:33:10 +0000
  • f999e21733 Fix a mix up between euclidean and uniform norm. Refs #3056. Daniel James 2009-06-06 10:33:10 +0000
  • 90442842f6 Fix a couple of typos in the ublas documentation. Fixes #3056, #3057. Daniel James 2009-06-06 10:32:04 +0000
  • f24592a8d9 Fix a couple of typos in the ublas documentation. Fixes #3056, #3057. Daniel James 2009-06-06 10:32:04 +0000
  • fa869cd89a Fix a couple of typos in the ublas documentation. Fixes #3056, #3057. Daniel James 2009-06-06 10:32:04 +0000
  • a74ea76a6b Fix a couple of typos in the ublas documentation. Fixes #3056, #3057. Daniel James 2009-06-06 10:32:04 +0000
  • e392e86c06 Fixed almost all tab and min/max issues found by inspect tool Jeremiah Willcock 2009-05-20 19:41:20 +0000
  • 7b0856c3be Fixed almost all tab and min/max issues found by inspect tool Jeremiah Willcock 2009-05-20 19:41:20 +0000
  • 5e7c2ef86e Fixed almost all tab and min/max issues found by inspect tool Jeremiah Willcock 2009-05-20 19:41:20 +0000
  • cef960bfb2 Fixed most tab and min/max issues from trunk inspection report Jeremiah Willcock 2009-05-20 19:19:00 +0000
  • d273e60328 Fixed most tab and min/max issues from trunk inspection report Jeremiah Willcock 2009-05-20 19:19:00 +0000
  • 9929a2abf8 Fixed most tab and min/max issues from trunk inspection report Jeremiah Willcock 2009-05-20 19:19:00 +0000
  • 241cdf8a7d Fixed most tab and min/max issues from trunk inspection report Jeremiah Willcock 2009-05-20 19:19:00 +0000
  • 70b408e5a2 ublas/detail/concepts.hpp: added conditional to enable/disable test of experimental vector_view Gunter Winkler 2009-04-03 20:15:44 +0000
  • 6c8906738b ublas/detail/concepts.hpp: added conditional to enable/disable test of experimental vector_view Gunter Winkler 2009-04-03 20:15:44 +0000
  • 66ac349ae4 ublas/detail/concepts.hpp: added conditional to enable/disable test of experimental vector_view Gunter Winkler 2009-04-03 20:15:44 +0000
  • f17be9f0a9 ublas/doc/samples/ex_triangular.cpp: added new example ublas/doc/samples/Jamfile.v2: added build section for ex_triangular ublas/doc/container_concept.htm: fixed wrong description of array_type ublas/doc/triangular.htm: fixed lower/upper confusion and added link to ex_triangular Gunter Winkler 2009-04-02 22:36:39 +0000
  • 7bfbb69435 ublas/doc/samples/ex_triangular.cpp: added new example ublas/doc/samples/Jamfile.v2: added build section for ex_triangular ublas/doc/container_concept.htm: fixed wrong description of array_type ublas/doc/triangular.htm: fixed lower/upper confusion and added link to ex_triangular Gunter Winkler 2009-04-02 22:36:39 +0000
  • 1a6a47b021 ublas/doc/samples/ex_triangular.cpp: added new example ublas/doc/samples/Jamfile.v2: added build section for ex_triangular ublas/doc/container_concept.htm: fixed wrong description of array_type ublas/doc/triangular.htm: fixed lower/upper confusion and added link to ex_triangular Gunter Winkler 2009-04-02 22:36:39 +0000
  • 84c045c743 ublas/expression_types.hpp: added typedef ublas_expression::self_type ublas/fwd.hpp: added default template arguments to declaration of generalized_vector_of_vector ublas/lu.hpp: added constructor from vector to permutation_matrix ublas/storage.hpp: fix #2891 ublas/detail/concepts.hpp: added documentation and some missing concept checks Gunter Winkler 2009-04-02 22:15:10 +0000
  • 3708add69c ublas/expression_types.hpp: added typedef ublas_expression::self_type ublas/fwd.hpp: added default template arguments to declaration of generalized_vector_of_vector ublas/lu.hpp: added constructor from vector to permutation_matrix ublas/storage.hpp: fix #2891 ublas/detail/concepts.hpp: added documentation and some missing concept checks Gunter Winkler 2009-04-02 22:15:10 +0000
  • 507ac8d629 ublas/expression_types.hpp: added typedef ublas_expression::self_type ublas/fwd.hpp: added default template arguments to declaration of generalized_vector_of_vector ublas/lu.hpp: added constructor from vector to permutation_matrix ublas/storage.hpp: fix #2891 ublas/detail/concepts.hpp: added documentation and some missing concept checks Gunter Winkler 2009-04-02 22:15:10 +0000
  • 4e91a78aac storage.hpp: fix #2891, now check new size instead of old one Gunter Winkler 2009-04-02 21:46:07 +0000
  • e473951d73 storage.hpp: fix #2891, now check new size instead of old one Gunter Winkler 2009-04-02 21:46:07 +0000
  • 289b57bc0e storage.hpp: fix #2891, now check new size instead of old one Gunter Winkler 2009-04-02 21:46:07 +0000
  • 55e5faa918 storage.hpp: fix #2891, now check new size instead of old one Gunter Winkler 2009-04-02 21:46:07 +0000
  • 3792d3353b test/test71.cpp reverted some changes regarding boost::interval 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) Gunter Winkler 2009-04-02 21:43:25 +0000
  • 3884fc8cd8 test/test71.cpp reverted some changes regarding boost::interval 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) Gunter Winkler 2009-04-02 21:43:25 +0000
  • 94db129365 test/test71.cpp reverted some changes regarding boost::interval 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) Gunter Winkler 2009-04-02 21:43:25 +0000
  • 4a7b890dc9 test/test71.cpp reverted some changes regarding boost::interval 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) Gunter Winkler 2009-04-02 21:43:25 +0000
  • 94a1e3b1c3 Jamfile.v2: disabled failing test7 (need more time to investigate this) CMakeLists.txt: added new tests, but was still not able to run cmake successfully Gunter Winkler 2009-04-02 21:40:20 +0000
  • d694ded64a Jamfile.v2: disabled failing test7 (need more time to investigate this) CMakeLists.txt: added new tests, but was still not able to run cmake successfully Gunter Winkler 2009-04-02 21:40:20 +0000
  • 2ad5c7028f Jamfile.v2: disabled failing test7 (need more time to investigate this) CMakeLists.txt: added new tests, but was still not able to run cmake successfully Gunter Winkler 2009-04-02 21:40:20 +0000
  • 220080aff0 Jamfile.v2: disabled failing test7 (need more time to investigate this) CMakeLists.txt: added new tests, but was still not able to run cmake successfully Gunter Winkler 2009-04-02 21:40:20 +0000
  • c8fda45ce6 replaced duplicate 'size_type' by 'difference_type' Gunter Winkler 2009-03-14 21:29:22 +0000
  • 45e3131d13 replaced duplicate 'size_type' by 'difference_type' Gunter Winkler 2009-03-14 21:29:22 +0000
  • 5a338aa0db replaced duplicate 'size_type' by 'difference_type' Gunter Winkler 2009-03-14 21:29:22 +0000
  • 264aad218a replaced duplicate 'size_type' by 'difference_type' Gunter Winkler 2009-03-14 21:29:22 +0000
  • fee9f51097 fwd.hpp: * default arguments for generalized_vector_of_vector Gunter Winkler 2009-03-13 21:10:04 +0000
  • c845bd655c fwd.hpp: * default arguments for generalized_vector_of_vector Gunter Winkler 2009-03-13 21:10:04 +0000
  • 1394081c58 fwd.hpp: * default arguments for generalized_vector_of_vector Gunter Winkler 2009-03-13 21:10:04 +0000
  • 06efe57153 fwd.hpp: * default arguments for generalized_vector_of_vector Gunter Winkler 2009-03-13 21:10:04 +0000
  • ea41efaf43 functional.hpp: * 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 Gunter Winkler 2009-03-13 21:07:16 +0000
  • 831f2b65e2 functional.hpp: * 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 Gunter Winkler 2009-03-13 21:07:16 +0000
  • 98f7313557 functional.hpp: * 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 Gunter Winkler 2009-03-13 21:07:16 +0000
  • 6c8bc0909e functional.hpp: * 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 Gunter Winkler 2009-03-13 21:07:16 +0000
  • a90f061824 test_lu.cpp: added copyright header 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 Gunter Winkler 2009-03-13 20:57:52 +0000
  • 5c9035a226 test_lu.cpp: added copyright header 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 Gunter Winkler 2009-03-13 20:57:52 +0000
  • 3fed7e6cc8 test_lu.cpp: added copyright header 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 Gunter Winkler 2009-03-13 20:57:52 +0000
  • 5d1e7b5009 test_lu.cpp: added copyright header 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 Gunter Winkler 2009-03-13 20:57:52 +0000
  • 7eafcf7355 test71.cpp: fixed initialization of vector of intervals test73.cpp: fixed typo (size instead of size1) test7.cpp: added comment Gunter Winkler 2009-03-13 20:50:42 +0000
  • c3ef630d47 test71.cpp: fixed initialization of vector of intervals test73.cpp: fixed typo (size instead of size1) test7.cpp: added comment Gunter Winkler 2009-03-13 20:50:42 +0000
  • 41418b58c6 test71.cpp: fixed initialization of vector of intervals test73.cpp: fixed typo (size instead of size1) test7.cpp: added comment Gunter Winkler 2009-03-13 20:50:42 +0000
  • 1b70d737cc test71.cpp: fixed initialization of vector of intervals test73.cpp: fixed typo (size instead of size1) test7.cpp: added comment Gunter Winkler 2009-03-13 20:50:42 +0000
  • 95dbd2f9ab add new constructor from vector to permutation matrix Gunter Winkler 2009-03-12 21:35:10 +0000
  • 61323179c5 add new constructor from vector to permutation matrix Gunter Winkler 2009-03-12 21:35:10 +0000
  • 20ba9f0de2 add new constructor from vector to permutation matrix Gunter Winkler 2009-03-12 21:35:10 +0000
  • b3767e6039 add new constructor from vector to permutation matrix Gunter Winkler 2009-03-12 21:35:10 +0000
  • ddceae283b disabled tests for general_vector_of_vector because tests still fail. this class is still experimental. Gunter Winkler 2009-03-12 21:16:44 +0000
  • 74140a460f disabled tests for general_vector_of_vector because tests still fail. this class is still experimental. Gunter Winkler 2009-03-12 21:16:44 +0000
  • 0eee6716dc disabled tests for general_vector_of_vector because tests still fail. this class is still experimental. Gunter Winkler 2009-03-12 21:16:44 +0000
  • f158c4e006 disabled tests for general_vector_of_vector because tests still fail. this class is still experimental. Gunter Winkler 2009-03-12 21:16:44 +0000
  • 54e05387ad added unit test for LU decomposition Gunter Winkler 2009-03-09 22:32:04 +0000
  • b7dd9ba311 added unit test for LU decomposition Gunter Winkler 2009-03-09 22:32:04 +0000
  • 75343317cc added unit test for LU decomposition Gunter Winkler 2009-03-09 22:32:04 +0000
  • a673f2e63e added unit test for LU decomposition Gunter Winkler 2009-03-09 22:32:04 +0000
  • 399e9eee1a detail/concepts.hpp: added read only vector concept storage_sparse.hpp: removed wrong structure check, added check for empty sequence to erase(it1, it2) Gunter Winkler 2009-03-09 20:24:11 +0000
  • bb119a5814 detail/concepts.hpp: added read only vector concept storage_sparse.hpp: removed wrong structure check, added check for empty sequence to erase(it1, it2) Gunter Winkler 2009-03-09 20:24:11 +0000
  • 2986f34aee detail/concepts.hpp: added read only vector concept storage_sparse.hpp: removed wrong structure check, added check for empty sequence to erase(it1, it2) Gunter Winkler 2009-03-09 20:24:11 +0000
  • 8a410a2367 * see #2691 Gunter Winkler 2009-01-30 21:19:38 +0000
  • 0b2b99b517 * see #2691 Gunter Winkler 2009-01-30 21:19:38 +0000
  • 5aae30d428 * see #2691 Gunter Winkler 2009-01-30 21:19:38 +0000
  • e427983211 * see #2691 Gunter Winkler 2009-01-30 21:19:38 +0000
  • 0b077e1c0d * fix and close #2686 Gunter Winkler 2009-01-30 21:12:32 +0000
  • 0a74f5f85f * fix and close #2686 Gunter Winkler 2009-01-30 21:12:32 +0000
  • 99a0f82573 * fix and close #2686 Gunter Winkler 2009-01-30 21:12:32 +0000
  • 8dc506c1f6 * fix and close #2686 Gunter Winkler 2009-01-30 21:12:32 +0000
  • c65fccf2d7 merge of cmake build files from trunk per beman Troy D. Straszheim 2009-01-24 18:57:20 +0000
  • 59b2fe7d19 merge of cmake build files from trunk per beman Troy D. Straszheim 2009-01-24 18:57:20 +0000
  • 24362fdfd4 merge of cmake build files from trunk per beman Troy D. Straszheim 2009-01-24 18:57:20 +0000
  • ed26d9102f Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use. Michael A. Jackson 2008-11-07 17:02:56 +0000
  • 7a2ef17bd7 Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use. Michael A. Jackson 2008-11-07 17:02:56 +0000