b852e0e479Copyrights 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
9cbdbcf472Add basic copyright/license to keep cmake out of the inspection report
Troy D. Straszheim
2009-07-22 21:51:01 +0000
fe52a38cacAdd basic copyright/license to keep cmake out of the inspection report
Troy D. Straszheim
2009-07-22 21:51:01 +0000
49fce8324cAdd basic copyright/license to keep cmake out of the inspection report
Troy D. Straszheim
2009-07-22 21:51:01 +0000
1e6331409asee #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
e02894e635see #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
65cb669208see #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
241a4581e2see #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
51cbcdb5d6matrix_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
d2f9d354ccmatrix_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
4d50f54a74matrix_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
f0f21a006fmatrix_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
e107411432comp_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
0791c0b843comp_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
296da92f9fcomp_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
67cabb26d4comp_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
b27c2839f4Fix a mix up between euclidean and uniform norm. Refs #3056.
Daniel James
2009-06-06 10:33:10 +0000
c0f5db721fFix a mix up between euclidean and uniform norm. Refs #3056.
Daniel James
2009-06-06 10:33:10 +0000
bdff451287Fix a mix up between euclidean and uniform norm. Refs #3056.
Daniel James
2009-06-06 10:33:10 +0000
f999e21733Fix a mix up between euclidean and uniform norm. Refs #3056.
Daniel James
2009-06-06 10:33:10 +0000
90442842f6Fix a couple of typos in the ublas documentation. Fixes#3056, #3057.
Daniel James
2009-06-06 10:32:04 +0000
f24592a8d9Fix a couple of typos in the ublas documentation. Fixes#3056, #3057.
Daniel James
2009-06-06 10:32:04 +0000
fa869cd89aFix a couple of typos in the ublas documentation. Fixes#3056, #3057.
Daniel James
2009-06-06 10:32:04 +0000
a74ea76a6bFix a couple of typos in the ublas documentation. Fixes#3056, #3057.
Daniel James
2009-06-06 10:32:04 +0000
e392e86c06Fixed almost all tab and min/max issues found by inspect tool
Jeremiah Willcock
2009-05-20 19:41:20 +0000
7b0856c3beFixed almost all tab and min/max issues found by inspect tool
Jeremiah Willcock
2009-05-20 19:41:20 +0000
5e7c2ef86eFixed almost all tab and min/max issues found by inspect tool
Jeremiah Willcock
2009-05-20 19:41:20 +0000
cef960bfb2Fixed most tab and min/max issues from trunk inspection report
Jeremiah Willcock
2009-05-20 19:19:00 +0000
d273e60328Fixed most tab and min/max issues from trunk inspection report
Jeremiah Willcock
2009-05-20 19:19:00 +0000
9929a2abf8Fixed most tab and min/max issues from trunk inspection report
Jeremiah Willcock
2009-05-20 19:19:00 +0000
241cdf8a7dFixed most tab and min/max issues from trunk inspection report
Jeremiah Willcock
2009-05-20 19:19:00 +0000
70b408e5a2ublas/detail/concepts.hpp: added conditional to enable/disable test of experimental vector_view
Gunter Winkler
2009-04-03 20:15:44 +0000
6c8906738bublas/detail/concepts.hpp: added conditional to enable/disable test of experimental vector_view
Gunter Winkler
2009-04-03 20:15:44 +0000
66ac349ae4ublas/detail/concepts.hpp: added conditional to enable/disable test of experimental vector_view
Gunter Winkler
2009-04-03 20:15:44 +0000
f17be9f0a9ublas/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
7bfbb69435ublas/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
1a6a47b021ublas/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
84c045c743ublas/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
3708add69cublas/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
507ac8d629ublas/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
4e91a78aacstorage.hpp: fix#2891, now check new size instead of old one
Gunter Winkler
2009-04-02 21:46:07 +0000
e473951d73storage.hpp: fix#2891, now check new size instead of old one
Gunter Winkler
2009-04-02 21:46:07 +0000
289b57bc0estorage.hpp: fix#2891, now check new size instead of old one
Gunter Winkler
2009-04-02 21:46:07 +0000
55e5faa918storage.hpp: fix#2891, now check new size instead of old one
Gunter Winkler
2009-04-02 21:46:07 +0000
3792d3353btest/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
3884fc8cd8test/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
94db129365test/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
4a7b890dc9test/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
94a1e3b1c3Jamfile.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
d694ded64aJamfile.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
2ad5c7028fJamfile.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
220080aff0Jamfile.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
c8fda45ce6replaced duplicate 'size_type' by 'difference_type'
Gunter Winkler
2009-03-14 21:29:22 +0000
45e3131d13replaced duplicate 'size_type' by 'difference_type'
Gunter Winkler
2009-03-14 21:29:22 +0000
5a338aa0dbreplaced duplicate 'size_type' by 'difference_type'
Gunter Winkler
2009-03-14 21:29:22 +0000
264aad218areplaced duplicate 'size_type' by 'difference_type'
Gunter Winkler
2009-03-14 21:29:22 +0000
ea41efaf43functional.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
831f2b65e2functional.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
98f7313557functional.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
6c8bc0909efunctional.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
a90f061824test_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
5c9035a226test_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
3fed7e6cc8test_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
5d1e7b5009test_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
7eafcf7355test71.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
c3ef630d47test71.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
41418b58c6test71.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
1b70d737cctest71.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
95dbd2f9abadd new constructor from vector to permutation matrix
Gunter Winkler
2009-03-12 21:35:10 +0000
61323179c5add new constructor from vector to permutation matrix
Gunter Winkler
2009-03-12 21:35:10 +0000
20ba9f0de2add new constructor from vector to permutation matrix
Gunter Winkler
2009-03-12 21:35:10 +0000
b3767e6039add new constructor from vector to permutation matrix
Gunter Winkler
2009-03-12 21:35:10 +0000
ddceae283bdisabled tests for general_vector_of_vector because tests still fail. this class is still experimental.
Gunter Winkler
2009-03-12 21:16:44 +0000
74140a460fdisabled tests for general_vector_of_vector because tests still fail. this class is still experimental.
Gunter Winkler
2009-03-12 21:16:44 +0000
0eee6716dcdisabled tests for general_vector_of_vector because tests still fail. this class is still experimental.
Gunter Winkler
2009-03-12 21:16:44 +0000
f158c4e006disabled tests for general_vector_of_vector because tests still fail. this class is still experimental.
Gunter Winkler
2009-03-12 21:16:44 +0000
54e05387adadded unit test for LU decomposition
Gunter Winkler
2009-03-09 22:32:04 +0000
b7dd9ba311added unit test for LU decomposition
Gunter Winkler
2009-03-09 22:32:04 +0000
75343317ccadded unit test for LU decomposition
Gunter Winkler
2009-03-09 22:32:04 +0000
a673f2e63eadded unit test for LU decomposition
Gunter Winkler
2009-03-09 22:32:04 +0000
399e9eee1adetail/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
bb119a5814detail/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
2986f34aeedetail/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
c65fccf2d7merge of cmake build files from trunk per beman
Troy D. Straszheim
2009-01-24 18:57:20 +0000
59b2fe7d19merge of cmake build files from trunk per beman
Troy D. Straszheim
2009-01-24 18:57:20 +0000
24362fdfd4merge of cmake build files from trunk per beman
Troy D. Straszheim
2009-01-24 18:57:20 +0000
ed26d9102fUpdating 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
7a2ef17bd7Updating 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