Commit Graph

353 Commits

Author SHA1 Message Date
Gunter Winkler
b76a2221e1 * boost/numeric/ublas/vector_sparse.hpp: add ifdef BOOST_UBLAS_COO_ALWAYS_DO_FULL_SORT to coordinate_vector::sort() (similar to coordinate_matrix::sort()), see #7363
* libs/numeric/ublas/test/Jamfile.v2: use COO_ALWAYS_DO_FULL_SORT in test_assign because we do not want to test performance here
2012-09-18 21:40:05 +00:00
Gunter Winkler
f87cebe293 * boost/numeric/ublas/vector_sparse.hpp: add ifdef BOOST_UBLAS_COO_ALWAYS_DO_FULL_SORT to coordinate_vector::sort() (similar to coordinate_matrix::sort()), see #7363
* libs/numeric/ublas/test/Jamfile.v2: use COO_ALWAYS_DO_FULL_SORT in test_assign because we do not want to test performance here

svn path=/trunk/libs/numeric/ublas/; revision=80591
2012-09-18 21:40:05 +00:00
Gunter Winkler
96ad6a1692 * add missing test from [80588], see #4024
[SVN r80590]
2012-09-18 21:14:33 +00:00
Gunter Winkler
672a30d1a8 merge [61880],[75560],[80267],[80268],[80269],[80270],[80399],[80403],[80483],[80485],[80507],[80563] into release branch
* fix #6511, fix #6514, fix #7296, fix #7297, 

* see #4024  



[SVN r80588]
2012-09-18 21:07:07 +00:00
Gunter Winkler
c849773063 * libs/numeric/ublas/test/Jamfile.v2: see #7363 - separate test of COO matrix
[SVN r80586]
2012-09-18 20:51:13 +00:00
Gunter Winkler
cceb91741d * libs/numeric/ublas/test/Jamfile.v2: see #7363 - separate test of COO matrix 2012-09-18 20:51:13 +00:00
Gunter Winkler
3d603da030 * libs/numeric/ublas/test/Jamfile.v2: see #7363 - separate test of COO matrix
svn path=/trunk/libs/numeric/ublas/; revision=80586
2012-09-18 20:51:13 +00:00
Daniel James
221f50b1c5 Uncommit out ublas test (revert [80531]).
The test has now been added. I sent an email to the ublas list about this, but
I think it's stuck in moderation limbo, I guess that's why this wasn't reverted
before.


[SVN r80566]
2012-09-17 21:32:25 +00:00
Daniel James
a4918196f0 Uncommit out ublas test (revert [80531]).
The test has now been added. I sent an email to the ublas list about this, but
I think it's stuck in moderation limbo, I guess that's why this wasn't reverted
before.
2012-09-17 21:32:25 +00:00
Daniel James
9c8a0e3a99 Uncommit out ublas test (revert [80531]).
The test has now been added. I sent an email to the ublas list about this, but
I think it's stuck in moderation limbo, I guess that's why this wasn't reverted
before.

svn path=/trunk/libs/numeric/ublas/; revision=80566
2012-09-17 21:32:25 +00:00
Gunter Winkler
f861fe0913 * libs/numeric/ublas/test/test_ticket7296.cpp: see #7296 - add missing test
[SVN r80563]
2012-09-17 19:56:33 +00:00
Gunter Winkler
14bf6ffa80 * libs/numeric/ublas/test/test_ticket7296.cpp: see #7296 - add missing test 2012-09-17 19:56:33 +00:00
Gunter Winkler
439c27c82a * libs/numeric/ublas/test/test_ticket7296.cpp: see #7296 - add missing test
svn path=/trunk/libs/numeric/ublas/; revision=80563
2012-09-17 19:56:33 +00:00
Daniel James
a78e024730 Comment out missing ublas test.
[SVN r80531]
2012-09-15 13:30:40 +00:00
Daniel James
b0d84832da Comment out missing ublas test. 2012-09-15 13:30:40 +00:00
Daniel James
94a8488fe4 Comment out missing ublas test.
svn path=/trunk/libs/numeric/ublas/; revision=80531
2012-09-15 13:30:40 +00:00
Gunter Winkler
7a028461ed * libs/numeric/ublas/tests/utils.hpp: see #7296 - replace __func__ by __FUNCTION__ if compiled with MSVC
[SVN r80507]
2012-09-12 19:53:33 +00:00
Gunter Winkler
8f86316fc0 * libs/numeric/ublas/tests/utils.hpp: see #7296 - replace __func__ by __FUNCTION__ if compiled with MSVC 2012-09-12 19:53:33 +00:00
Gunter Winkler
e898b9b59a * libs/numeric/ublas/tests/utils.hpp: see #7296 - replace __func__ by __FUNCTION__ if compiled with MSVC
svn path=/trunk/libs/numeric/ublas/; revision=80507
2012-09-12 19:53:33 +00:00
Gunter Winkler
01c3bf1076 * libs/numeric/ublas/test/utils.hpp: test suite should return non-zero status if any test failed
[SVN r80489]
2012-09-10 22:22:23 +00:00
Gunter Winkler
d019a80395 * libs/numeric/ublas/test/utils.hpp: test suite should return non-zero status if any test failed 2012-09-10 22:22:23 +00:00
Gunter Winkler
20678c69aa * libs/numeric/ublas/test/utils.hpp: test suite should return non-zero status if any test failed
svn path=/trunk/libs/numeric/ublas/; revision=80489
2012-09-10 22:22:23 +00:00
Gunter Winkler
1f286cb644 * boost/numeric/ublas/matrix_sparse.hpp: see #7363, add new define BOOST_UBLAS_COO_ALWAYS_DO_FULL_SORT in order to force a full sort instead of partial sort + inplace merge
* libs/numeric/ublas/test/Jamfile.v2: add test to see effect of new define


[SVN r80487]
2012-09-10 21:38:11 +00:00
Gunter Winkler
2584816207 * boost/numeric/ublas/matrix_sparse.hpp: see #7363, add new define BOOST_UBLAS_COO_ALWAYS_DO_FULL_SORT in order to force a full sort instead of partial sort + inplace merge
* libs/numeric/ublas/test/Jamfile.v2: add test to see effect of new define
2012-09-10 21:38:11 +00:00
Gunter Winkler
277d818032 * boost/numeric/ublas/matrix_sparse.hpp: see #7363, add new define BOOST_UBLAS_COO_ALWAYS_DO_FULL_SORT in order to force a full sort instead of partial sort + inplace merge
* libs/numeric/ublas/test/Jamfile.v2: add test to see effect of new define

svn path=/trunk/libs/numeric/ublas/; revision=80487
2012-09-10 21:38:11 +00:00
Gunter Winkler
1fd5112c5f * libs/numeric/ublas/test/utils.hpp : see #7296, improved macros
* libs/numeric/ublas/test/Jamfile.v2 : add new test for utils.hpp



[SVN r80485]
2012-09-10 21:08:50 +00:00
Gunter Winkler
1d0af622ab * libs/numeric/ublas/test/utils.hpp : see #7296, improved macros
* libs/numeric/ublas/test/Jamfile.v2 : add new test for utils.hpp
2012-09-10 21:08:50 +00:00
Gunter Winkler
17d7ec6e9f * libs/numeric/ublas/test/utils.hpp : see #7296, improved macros
* libs/numeric/ublas/test/Jamfile.v2 : add new test for utils.hpp


svn path=/trunk/libs/numeric/ublas/; revision=80485
2012-09-10 21:08:50 +00:00
Gunter Winkler
bc2b05948c boost/numeric/ublas/traits.hpp, libs/numeric/ublas/test/test_assignment.cpp, libs/numeric/ublas/test/begin_end.cpp: see #7296, fix test issues with unsigned integer types
[SVN r80483]
2012-09-10 20:50:10 +00:00
Gunter Winkler
b2ed23b218 boost/numeric/ublas/traits.hpp, libs/numeric/ublas/test/test_assignment.cpp, libs/numeric/ublas/test/begin_end.cpp: see #7296, fix test issues with unsigned integer types 2012-09-10 20:50:10 +00:00
Gunter Winkler
c64c5a512e boost/numeric/ublas/traits.hpp, libs/numeric/ublas/test/test_assignment.cpp, libs/numeric/ublas/test/begin_end.cpp: see #7296, fix test issues with unsigned integer types
svn path=/trunk/libs/numeric/ublas/; revision=80483
2012-09-10 20:50:10 +00:00
Gunter Winkler
955a0e9cf5 boost/numeric/ublas/matrix_sparse.hpp : fix mapped_vector_of_mapped_vector
libs/numeric/ublas/test/test_inplace_solve.cpp : make test set configurable, see #4024

libs/numeric/ublas/test/test32.cpp, libs/numeric/ublas/test/test33.cpp : add mapped_vector_of_mapped_vector

libs/numeric/ublas/test/Jamfile.v2 : see #4024 - split some tests to separate "good" and "bad" matrix types


[SVN r80403]
2012-09-04 23:30:58 +00:00
Gunter Winkler
677b2ce15f boost/numeric/ublas/matrix_sparse.hpp : fix mapped_vector_of_mapped_vector
libs/numeric/ublas/test/test_inplace_solve.cpp : make test set configurable, see #4024

libs/numeric/ublas/test/test32.cpp, libs/numeric/ublas/test/test33.cpp : add mapped_vector_of_mapped_vector

libs/numeric/ublas/test/Jamfile.v2 : see #4024 - split some tests to separate "good" and "bad" matrix types
2012-09-04 23:30:58 +00:00
Gunter Winkler
65d8615f0f boost/numeric/ublas/matrix_sparse.hpp : fix mapped_vector_of_mapped_vector
libs/numeric/ublas/test/test_inplace_solve.cpp : make test set configurable, see #4024

libs/numeric/ublas/test/test32.cpp, libs/numeric/ublas/test/test33.cpp : add mapped_vector_of_mapped_vector

libs/numeric/ublas/test/Jamfile.v2 : see #4024 - split some tests to separate "good" and "bad" matrix types

svn path=/trunk/libs/numeric/ublas/; revision=80403
2012-09-04 23:30:58 +00:00
Gunter Winkler
27eea03b50 libs/numeric/ublas/test/test_inplace_solve.cpp: see #4024 - remove unused headers
[SVN r80399]
2012-09-04 20:42:28 +00:00
Gunter Winkler
2d445fb480 libs/numeric/ublas/test/test_inplace_solve.cpp: see #4024 - remove unused headers 2012-09-04 20:42:28 +00:00
Gunter Winkler
986046718f libs/numeric/ublas/test/test_inplace_solve.cpp: see #4024 - remove unused headers
svn path=/trunk/libs/numeric/ublas/; revision=80399
2012-09-04 20:42:28 +00:00
Gunter Winkler
719b2ea5a2 boost/numeric/ublas/triangular.hpp - applied patch, see #4024
libs/numeric/ublas/test/test_inplace_solve.cpp - fixed includes

libs/numeric/ublas/test/utils.hpp - applied patch (after s/BOOST_UBLA_TEST/BOOST_UBLAS_TEST/g), see #7296



[SVN r80267]
2012-08-27 22:13:26 +00:00
Gunter Winkler
bc735c9561 boost/numeric/ublas/triangular.hpp - applied patch, see #4024
libs/numeric/ublas/test/test_inplace_solve.cpp - fixed includes

libs/numeric/ublas/test/utils.hpp - applied patch (after s/BOOST_UBLA_TEST/BOOST_UBLAS_TEST/g), see #7296
2012-08-27 22:13:26 +00:00
Gunter Winkler
1dcd756ad5 boost/numeric/ublas/triangular.hpp - applied patch, see #4024
libs/numeric/ublas/test/test_inplace_solve.cpp - fixed includes

libs/numeric/ublas/test/utils.hpp - applied patch (after s/BOOST_UBLA_TEST/BOOST_UBLAS_TEST/g), see #7296


svn path=/trunk/libs/numeric/ublas/; revision=80267
2012-08-27 22:13:26 +00:00
David Bellot
78a891b739 added licenses where boost.inspect said they were missing
[SVN r75583]
2011-11-21 00:38:29 +00:00
David Bellot
1e6ac416b0 added licenses where boost.inspect said they were missing 2011-11-21 00:38:29 +00:00
David Bellot
2aa6c49524 added licenses where boost.inspect said they were missing
svn path=/trunk/libs/numeric/ublas/; revision=75583
2011-11-21 00:38:29 +00:00
David Bellot
6173e179bf added new tests
[SVN r75560]
2011-11-19 23:26:59 +00:00
David Bellot
dbf5d09af5 added new tests 2011-11-19 23:26:59 +00:00
David Bellot
65c763eebc added new tests
svn path=/trunk/libs/numeric/ublas/; revision=75560
2011-11-19 23:26:59 +00:00
David Bellot
1874dbc731 rollback
[SVN r66589]
2010-11-15 13:37:22 +00:00
David Bellot
09d0428725 rollback 2010-11-15 13:37:22 +00:00
David Bellot
7cc554bbe2 rollback
svn path=/trunk/libs/numeric/ublas/; revision=66589
2010-11-15 13:37:22 +00:00
David Bellot
a5483a04b2 update jamfile
[SVN r66577]
2010-11-14 19:34:04 +00:00
David Bellot
dccde75434 update jamfile 2010-11-14 19:34:04 +00:00
David Bellot
c55d43adb2 update jamfile
svn path=/trunk/libs/numeric/ublas/; revision=66577
2010-11-14 19:34:04 +00:00
David Bellot
e371349635 beta ublas for 1.45
[SVN r66085]
2010-10-19 07:01:35 +00:00
David Bellot
405abd69e1 updated test in ublas for 1.45 release
[SVN r66083]
2010-10-18 20:13:26 +00:00
David Bellot
0a93e47644 updated test in ublas for 1.45 release 2010-10-18 20:13:26 +00:00
David Bellot
d8672c6572 updated test in ublas for 1.45 release
svn path=/trunk/libs/numeric/ublas/; revision=66083
2010-10-18 20:13:26 +00:00
David Bellot
7c61fb5ced whoops another file missing. Now it's correct, kdiff3 gives 100% between trunk and release
[SVN r63670]
2010-07-05 18:20:58 +00:00
David Bellot
e49b3421e5 last update for 1.44
[SVN r63645]
2010-07-05 06:35:22 +00:00
Hartmut Kaiser
14bbb4988c Spirit: merging from trunk upto rev. 61489
[SVN r63640]
2010-07-04 22:38:38 +00:00
David Bellot
d4a9c964ed reverted to htm notation (sorry my mistake)
included test for assigment operator
remove old release notes file


[SVN r63567]
2010-07-03 22:00:48 +00:00
David Bellot
bb641d94b1 reverted to htm notation (sorry my mistake)
included test for assigment operator
remove old release notes file
2010-07-03 22:00:48 +00:00
David Bellot
2e03190eb5 reverted to htm notation (sorry my mistake)
included test for assigment operator
remove old release notes file

svn path=/trunk/libs/numeric/ublas/; revision=63567
2010-07-03 22:00:48 +00:00
David Bellot
2d6fadf08c added doc and test for assignment operator. Needs further testing
[SVN r62576]
2010-06-08 14:21:15 +00:00
David Bellot
b0c53e9c39 added doc and test for assignment operator. Needs further testing 2010-06-08 14:21:15 +00:00
David Bellot
82f7f2b8c7 added doc and test for assignment operator. Needs further testing
svn path=/trunk/libs/numeric/ublas/; revision=62576
2010-06-08 14:21:15 +00:00
Jeremiah Willcock
2d54942796 Fixed tab and no-newline-at-end-of-file issues from inspection report
[SVN r61435]
2010-04-20 17:54:16 +00:00
Jeremiah Willcock
4478fe76a4 Fixed tab and no-newline-at-end-of-file issues from inspection report 2010-04-20 17:54:16 +00:00
Jeremiah Willcock
2e2753b186 Fixed tab and no-newline-at-end-of-file issues from inspection report
svn path=/trunk/boost/numeric/ublas/; revision=61435
2010-04-20 17:54:16 +00:00
Gunter Winkler
9bcf20f455 fix #3539: merged [61135], [61136], [61137] into release
boost/numeric/ublas/traits.hpp: fixed complex_traits

libs/numeric/ublas/test/Jamfile.v2: added testcase

libs/numeric/ublas/test/test_complex_norms.cpp: new testcase

libs/numeric/ublas/doc/release_notes.htm: updated release notes



[SVN r61206]
2010-04-11 20:11:14 +00:00
Gunter Winkler
2765501221 see #3539: a testcase was provided to recreate the problem
test/Jamfile.v2: added new target

test/test_complex_norms.cpp: added new testcase for complex vector norms


[SVN r61135]
2010-04-07 19:15:07 +00:00
Gunter Winkler
7e23fc4d38 see #3539: a testcase was provided to recreate the problem
test/Jamfile.v2: added new target

test/test_complex_norms.cpp: added new testcase for complex vector norms
2010-04-07 19:15:07 +00:00
Gunter Winkler
e6ae79be8b see #3539: a testcase was provided to recreate the problem
test/Jamfile.v2: added new target

test/test_complex_norms.cpp: added new testcase for complex vector norms

svn path=/trunk/libs/numeric/ublas/; revision=61135
2010-04-07 19:15:07 +00:00
Gunter Winkler
b0d995246b close #3968: merge 60156,60215,60623,60780,61111 into release
boost/numeric/ublas/storage.hpp
libs/numeric/ublas/test/test_coordinate_matrix_sort.cpp
libs/numeric/ublas/test/utils.hpp
libs/numeric/ublas/test/Jamfile.v2
libs/numeric/ublas/doc/release_notes.htm



[SVN r61112]
2010-04-06 20:09:04 +00:00
Gunter Winkler
85557946b6 see #3968
test/test_coordinate_matrix_sort.cpp: fixed wrong index in check
test/utils.hpp: fixed wrong exit code on failure


[SVN r60623]
2010-03-15 19:59:11 +00:00
Gunter Winkler
70ca83702d see #3968
test/test_coordinate_matrix_sort.cpp: fixed wrong index in check
test/utils.hpp: fixed wrong exit code on failure
2010-03-15 19:59:11 +00:00
Gunter Winkler
ef6781c325 see #3968
test/test_coordinate_matrix_sort.cpp: fixed wrong index in check
test/utils.hpp: fixed wrong exit code on failure

svn path=/trunk/libs/numeric/ublas/; revision=60623
2010-03-15 19:59:11 +00:00
Gunter Winkler
75ae770836 see #3968 : add missing file in yesterdays commit
test/test_coordinate_matrix_sort.cpp: test case for problem related to #3968

note to myself: do not commit after midnight!



[SVN r60215]
2010-03-05 22:22:42 +00:00
Gunter Winkler
780490a0be see #3968 : add missing file in yesterdays commit
test/test_coordinate_matrix_sort.cpp: test case for problem related to #3968

note to myself: do not commit after midnight!
2010-03-05 22:22:42 +00:00
Gunter Winkler
dec1dfa817 see #3968 : add missing file in yesterdays commit
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
2010-03-05 22:22:42 +00:00
Gunter Winkler
19b98b272f see #3968: added testcase to reproduce problem
test/sparse_view_test.cpp: test case implementation

test/Jamfile.v2: added target for test run



[SVN r60156]
2010-03-04 23:01:32 +00:00
Gunter Winkler
855faa5f4e see #3968: added testcase to reproduce problem
test/sparse_view_test.cpp: test case implementation

test/Jamfile.v2: added target for test run
2010-03-04 23:01:32 +00:00
Gunter Winkler
7111902de9 see #3968: added testcase to reproduce problem
test/sparse_view_test.cpp: test case implementation

test/Jamfile.v2: added target for test run


svn path=/trunk/libs/numeric/ublas/; revision=60156
2010-03-04 23:01:32 +00:00
Gunter Winkler
1b79d7e214 see #3443:
* merged improved documentation
 * enabled forgotten unit tests in jamfile (see #3449)
 * merged [53674],[53675],[56584],[56601] into release
 * partially merged [56005],[56006] into release



[SVN r57207]
2009-10-28 22:43:46 +00:00
Troy D. Straszheim
052ac7dcad rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
[SVN r56942]
2009-10-17 02:07:38 +00:00
Troy D. Straszheim
d1b3437a85 rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back 2009-10-17 02:07:38 +00:00
Troy D. Straszheim
24add7a338 rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
svn path=/trunk/libs/numeric/ublas/; revision=56942
2009-10-17 02:07:38 +00:00
Troy D. Straszheim
85cfcbeb46 rm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release.
[SVN r56941]
2009-10-17 01:10:45 +00:00
Gunter Winkler
4709940ca1 see #3396 (view concepts), see #3449 (new free functions)
* merged [51765],[56003],[56600],[56602],[56621] into release
 * added new free functions to simplify learning uBLAS



[SVN r56624]
2009-10-06 23:13:46 +00:00
Gunter Winkler
d675a18a7a see #3457 and see #3443:
* merged [56162],[56164],[56248],[56622],[56249] into release
 * added move semantics for dense matrix and vector containers



[SVN r56623]
2009-10-06 22:35:51 +00:00
Gunter Winkler
8b2fd92525 see #3449: introduce new free functions to access matrix/vector properties (Incomplete)
* added error message when BOOST_UBLAS_NO_NESTED_CLASS_RELATION is defined because the free funtions will not work here.

 


[SVN r56621]
2009-10-06 21:57:57 +00:00
Gunter Winkler
f31e33befd see #3449: introduce new free functions to access matrix/vector properties (Incomplete)
* added error message when BOOST_UBLAS_NO_NESTED_CLASS_RELATION is defined because the free funtions will not work here.
2009-10-06 21:57:57 +00:00
Gunter Winkler
e63bf9e4e3 see #3449: introduce new free functions to access matrix/vector properties (Incomplete)
* 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
2009-10-06 21:57:57 +00:00
Gunter Winkler
c293c2e456 libs/numeric/ublas/test/triangular_access.cpp: fixed compile failure with MSVC 7.1
[SVN r56620]
2009-10-06 21:12:55 +00:00
Gunter Winkler
e78eefd0db fix MSVC7.1 compile failure by free function begin(it, type) and end(it, type) instead of the member functions of '''it'''
[SVN r56619]
2009-10-06 20:01:15 +00:00
Gunter Winkler
b5b6c00c5a fix MSVC7.1 compile failure by free function begin(it, type) and end(it, type) instead of the member functions of '''it''' 2009-10-06 20:01:15 +00:00
Gunter Winkler
619d160a0d fix MSVC7.1 compile failure by free function begin(it, type) and end(it, type) instead of the member functions of '''it'''
svn path=/trunk/libs/numeric/ublas/; revision=56619
2009-10-06 20:01:15 +00:00
Gunter Winkler
7bc229dcf9 fix #2195:
* merged changes into release branch


[SVN r56605]
2009-10-05 21:41:32 +00:00
Gunter Winkler
e45413d98c see #3449: introduce new free functions to access matrix/vector properties (Incomplete)
* added patch from Marco Guazzone implementing all requested new functions



[SVN r56602]
2009-10-05 20:57:40 +00:00
Gunter Winkler
b0ebadf621 see #3449: introduce new free functions to access matrix/vector properties (Incomplete)
* added patch from Marco Guazzone implementing all requested new functions
2009-10-05 20:57:40 +00:00
Gunter Winkler
e3e7892984 see #3449: introduce new free functions to access matrix/vector properties (Incomplete)
* added patch from Marco Guazzone implementing all requested new functions


svn path=/trunk/libs/numeric/ublas/; revision=56602
2009-10-05 20:57:40 +00:00
Gunter Winkler
24ccabe16f see #3457
* 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 r56248]
2009-09-16 22:00:38 +00:00
Gunter Winkler
a303af81ee see #3457
* 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
2009-09-16 22:00:38 +00:00
Gunter Winkler
b132a4550d see #3457
* 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
2009-09-16 22:00:38 +00:00
Gunter Winkler
22c1714256 see #3396
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 r56005]
2009-09-03 23:01:57 +00:00
Gunter Winkler
27133cf5ed see #3396
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
2009-09-03 23:01:57 +00:00
Gunter Winkler
56a310e672 see #3396
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
2009-09-03 23:01:57 +00:00
Troy D. Straszheim
2753f70bdd 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.



[SVN r55159]
2009-07-26 00:49:56 +00:00
Troy D. Straszheim
17047de5b0 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.
2009-07-26 00:49:56 +00:00
Troy D. Straszheim
978636d4ec 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.


svn path=/trunk/libs/numeric/ublas/; revision=55159
2009-07-26 00:49:56 +00:00
Troy D. Straszheim
9cbdbcf472 Add basic copyright/license to keep cmake out of the inspection report
[SVN r55095]
2009-07-22 21:51:01 +00:00
Gunter Winkler
0791c0b843 comp_mat_erase.cpp - unit test to verify compressed matrix layout, insertion and erasure of elements, see #2195
CMakeLists.txt - added new test: comp_mat_erase

Jamfile.v2 - added new test: comp_mat_erase



[SVN r54230]
2009-06-22 20:53:49 +00:00
Gunter Winkler
e107411432 comp_mat_erase.cpp - unit test to verify compressed matrix layout, insertion and erasure of elements, see #2195
CMakeLists.txt - added new test: comp_mat_erase

Jamfile.v2 - added new test: comp_mat_erase
2009-06-22 20:53:49 +00:00
Gunter Winkler
296da92f9f comp_mat_erase.cpp - unit test to verify compressed matrix layout, insertion and erasure of elements, see #2195
CMakeLists.txt - added new test: comp_mat_erase

Jamfile.v2 - added new test: comp_mat_erase


svn path=/trunk/libs/numeric/ublas/; revision=54230
2009-06-22 20:53:49 +00:00
Jeremiah Willcock
e392e86c06 Fixed almost all tab and min/max issues found by inspect tool
[SVN r53142]
2009-05-20 19:41:20 +00:00
Jeremiah Willcock
d273e60328 Fixed most tab and min/max issues from trunk inspection report
[SVN r53141]
2009-05-20 19:19:00 +00:00
Jeremiah Willcock
cef960bfb2 Fixed most tab and min/max issues from trunk inspection report 2009-05-20 19:19:00 +00:00
Jeremiah Willcock
9929a2abf8 Fixed most tab and min/max issues from trunk inspection report
svn path=/trunk/libs/numeric/ublas/; revision=53141
2009-05-20 19:19:00 +00:00
Gunter Winkler
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

ublas/test/test_lu.cpp: added unit test for LU decomposition
ublas/test/triangular_access.cpp: added unit test for accessing triangular/symmetric matrices
ublas/test/triangular_layout.cpp: added unit test for testing storage layout of triangular/symmetric matrices
ublas/test/common/testhelper.hpp: support routines for new unit tests

ublas/test/CMakeLists.txt: added new tests (still experimental) test_lu, triangular_access. triangular_layout

ublas/test/Jamfile.v2: 
  added new tests (still experimental) test_lu, triangular_access. triangular_layout
  disabled broken test7 (maybe a fix of boost::interval is needed, see #2473)

ublas/test/test71.cpp, ublas/test/test73.cpp, ublas/test/test7.cpp:
  added first fixes to support boost::interval as scalar type

ublas/test/common/init.hpp: 
  initialize all matrices/vectors with floats instead of (unsigned) ints
  this helps to fix broken test7 for boost::interval



[SVN r52147]
2009-04-02 22:36:39 +00:00
Gunter Winkler
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)



[SVN r52142]
2009-04-02 21:43:25 +00:00
Gunter Winkler
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)
2009-04-02 21:43:25 +00:00
Gunter Winkler
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)


svn path=/trunk/libs/numeric/ublas/; revision=52142
2009-04-02 21:43:25 +00:00
Gunter Winkler
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


[SVN r52141]
2009-04-02 21:40:20 +00:00
Gunter Winkler
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
2009-04-02 21:40:20 +00:00
Gunter Winkler
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

svn path=/trunk/libs/numeric/ublas/; revision=52141
2009-04-02 21:40:20 +00:00
Gunter Winkler
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


[SVN r51763]
2009-03-13 20:57:52 +00:00
Gunter Winkler
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
2009-03-13 20:57:52 +00:00
Gunter Winkler
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

svn path=/trunk/libs/numeric/ublas/; revision=51763
2009-03-13 20:57:52 +00:00
Gunter Winkler
c3ef630d47 test71.cpp: fixed initialization of vector of intervals
test73.cpp: fixed typo (size instead of size1)
test7.cpp: added comment


[SVN r51762]
2009-03-13 20:50:42 +00:00
Gunter Winkler
7eafcf7355 test71.cpp: fixed initialization of vector of intervals
test73.cpp: fixed typo (size instead of size1)
test7.cpp: added comment
2009-03-13 20:50:42 +00:00
Gunter Winkler
41418b58c6 test71.cpp: fixed initialization of vector of intervals
test73.cpp: fixed typo (size instead of size1)
test7.cpp: added comment

svn path=/trunk/libs/numeric/ublas/; revision=51762
2009-03-13 20:50:42 +00:00
Gunter Winkler
74140a460f disabled tests for general_vector_of_vector because tests still fail. this class is still experimental.
[SVN r51740]
2009-03-12 21:16:44 +00:00
Gunter Winkler
ddceae283b disabled tests for general_vector_of_vector because tests still fail. this class is still experimental. 2009-03-12 21:16:44 +00:00
Gunter Winkler
0eee6716dc disabled tests for general_vector_of_vector because tests still fail. this class is still experimental.
svn path=/trunk/libs/numeric/ublas/; revision=51740
2009-03-12 21:16:44 +00:00
Gunter Winkler
b7dd9ba311 added unit test for LU decomposition
[SVN r51673]
2009-03-09 22:32:04 +00:00
Gunter Winkler
54e05387ad added unit test for LU decomposition 2009-03-09 22:32:04 +00:00
Gunter Winkler
75343317cc added unit test for LU decomposition
svn path=/trunk/libs/numeric/ublas/; revision=51673
2009-03-09 22:32:04 +00:00
Troy D. Straszheim
c65fccf2d7 merge of cmake build files from trunk per beman
[SVN r50756]
2009-01-24 18:57:20 +00:00
Michael A. Jackson
7a2ef17bd7 Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
[SVN r49627]
2008-11-07 17:02:56 +00:00
Michael A. Jackson
ed26d9102f Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use. 2008-11-07 17:02:56 +00:00
Michael A. Jackson
694bb36811 Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
svn path=/trunk/libs/numeric/ublas/; revision=49627
2008-11-07 17:02:56 +00:00
Michael A. Jackson
09b359d038 Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
[SVN r49510]
2008-11-01 13:15:41 +00:00
Michael A. Jackson
69d50414ed Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor 2008-11-01 13:15:41 +00:00
Michael A. Jackson
d60c5ab1d4 Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
svn path=/trunk/libs/numeric/ublas/; revision=49510
2008-11-01 13:15:41 +00:00
Douglas Gregor
8ceeb0ca51 Merge placement new fix from trunk
[SVN r49130]
2008-10-03 19:55:50 +00:00
Douglas Gregor
7bc475a04f Fix build of placement new test. From Farid Zaripov, fixes #2383
[SVN r49129]
2008-10-03 19:54:21 +00:00
Douglas Gregor
e93cafe8d4 Fix build of placement new test. From Farid Zaripov, fixes #2383 2008-10-03 19:54:21 +00:00
Douglas Gregor
2f1cfec744 Fix build of placement new test. From Farid Zaripov, fixes #2383
svn path=/trunk/libs/numeric/ublas/; revision=49129
2008-10-03 19:54:21 +00:00
John Maddock
a775dc05ff Merged fixes for inspection report failures from the main Trunk.
[SVN r43616]
2008-03-15 09:36:05 +00:00
John Maddock
433f4dbfda Fixed Inspection report issues.
[SVN r43607]
2008-03-14 18:32:45 +00:00
John Maddock
b826cdc3b2 Fixed Inspection report issues. 2008-03-14 18:32:45 +00:00