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
John Maddock
c6ce797c38
Fixed Inspection report issues.
...
svn path=/trunk/libs/numeric/ublas/; revision=43607
2008-03-14 18:32:45 +00:00
John Maddock
c990442866
Updated licences using blanket_permission.txt.
...
[SVN r39369]
2007-09-18 17:19:41 +00:00
John Maddock
765b04bd8e
Updated licences using blanket_permission.txt.
2007-09-18 17:19:41 +00:00
John Maddock
696102acf2
Updated licences using blanket_permission.txt.
...
svn path=/trunk/libs/numeric/ublas/; revision=39369
2007-09-18 17:19:41 +00:00
Vladimir Prus
d7619262b8
Remove V1 Jamfiles
...
[SVN r38516]
2007-08-08 19:02:26 +00:00
Vladimir Prus
78d07714d6
Remove V1 Jamfiles
2007-08-08 19:02:26 +00:00
Vladimir Prus
3826b038f9
Remove V1 Jamfiles
...
svn path=/trunk/libs/numeric/ublas/; revision=38516
2007-08-08 19:02:26 +00:00
Michael Stevens
a434830ff4
[uBLAS] ADD manual tests. ADD sparse resize test for vectors
...
[SVN r36059]
2006-11-16 13:26:36 +00:00
Michael Stevens
a268ab86a5
[uBLAS] ADD manual tests. ADD sparse resize test for vectors
2006-11-16 13:26:36 +00:00
Michael Stevens
93076a0723
[uBLAS] ADD manual tests. ADD sparse resize test for vectors
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=36059
2006-11-16 13:26:36 +00:00
Michael Stevens
3b22b10997
uBLAS MINOR removed tabs
...
[SVN r34564]
2006-07-16 20:33:17 +00:00
Michael Stevens
25334392cb
uBLAS MINOR removed tabs
2006-07-16 20:33:17 +00:00
Michael Stevens
1ed1437bc1
uBLAS MINOR removed tabs
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=34564
2006-07-16 20:33:17 +00:00
Michael Stevens
79a455dbea
FIX Workaround BBc2 problem on linking source from subdirectories. The link command line tried to link on the directory
...
[SVN r34251]
2006-06-08 20:40:18 +00:00
Michael Stevens
e4c6dc44c0
FIX Workaround BBc2 problem on linking source from subdirectories. The link command line tried to link on the directory
2006-06-08 20:40:18 +00:00
Michael Stevens
88e9bbf4a6
FIX Workaround BBc2 problem on linking source from subdirectories. The link command line tried to link on the directory
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=34251
2006-06-08 20:40:18 +00:00
Michael Stevens
59ee7a1da0
uBLAS cleanup and remove legacy support
...
[SVN r32517]
2006-02-02 18:43:09 +00:00
Michael Stevens
561fe7bbc7
uBLAS cleanup and remove legacy support
2006-02-02 18:43:09 +00:00
Michael Stevens
665788b5f4
uBLAS cleanup and remove legacy support
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=32517
2006-02-02 18:43:09 +00:00
Michael Stevens
b7b6f761ee
ADD first tests of Container concept
...
[SVN r31348]
2005-10-16 16:35:18 +00:00
Michael Stevens
18072c148a
ADD first tests of Container concept
2005-10-16 16:35:18 +00:00
Michael Stevens
dbe66751ab
ADD first tests of Container concept
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=31348
2005-10-16 16:35:18 +00:00
Michael Stevens
106e9e2edc
ADD Test zero assignment
...
[SVN r30527]
2005-08-11 19:02:31 +00:00
Michael Stevens
cd2856d5ef
ADD Test zero assignment
2005-08-11 19:02:31 +00:00
Michael Stevens
6189b16a09
ADD Test zero assignment
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=30527
2005-08-11 19:02:31 +00:00
Michael Stevens
8b21ea96c4
CHANGE implement vector/matrix_container base classes
...
- needs to be commited to HEAD (merge from branch) for wide compiler testing. Should fix HP tru64 problems
[SVN r30030]
2005-07-13 05:57:47 +00:00
Michael Stevens
7c524f57b7
CHANGE implement vector/matrix_container base classes
...
- needs to be commited to HEAD (merge from branch) for wide compiler testing. Should fix HP tru64 problems
2005-07-13 05:57:47 +00:00
Michael Stevens
80097118fa
CHANGE implement vector/matrix_container base classes
...
- needs to be commited to HEAD (merge from branch) for wide compiler testing. Should fix HP tru64 problems
svn path=/trunk/boost/boost/numeric/ublas/; revision=30030
2005-07-13 05:57:47 +00:00
Michael Stevens
b479889772
No need to init for default constructor
...
[SVN r29869]
2005-07-01 22:37:30 +00:00
Michael Stevens
a3d6802571
No need to init for default constructor
2005-07-01 22:37:30 +00:00
Michael Stevens
5427f1cf24
No need to init for default constructor
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=29869
2005-07-01 22:37:30 +00:00
Michael Stevens
c1ce171494
FIX typo
...
[SVN r29868]
2005-07-01 20:32:46 +00:00
Michael Stevens
3742b505c5
FIX typo
2005-07-01 20:32:46 +00:00
Michael Stevens
5461286743
FIX typo
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=29868
2005-07-01 20:32:46 +00:00
Michael Stevens
3ffdc235b4
Allow for branch support of non default constructable proxies
...
[SVN r29867]
2005-07-01 20:29:14 +00:00
Michael Stevens
f780ddb179
Allow for branch support of non default constructable proxies
2005-07-01 20:29:14 +00:00
Michael Stevens
f5157660a8
Allow for branch support of non default constructable proxies
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=29867
2005-07-01 20:29:14 +00:00
Michael Stevens
c4195b0eb6
Allow for non default constructable proxies
...
[SVN r29864]
2005-07-01 20:26:46 +00:00
Michael Stevens
356e9a3aeb
Allow for non default constructable proxies
2005-07-01 20:26:46 +00:00
Michael Stevens
70e3860a6e
Allow for non default constructable proxies
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=29864
2005-07-01 20:26:46 +00:00
Michael Stevens
7a41a11619
Test breakdown
...
[SVN r29815]
2005-06-27 15:19:15 +00:00
Michael Stevens
3410ccc93c
Test breakdown
2005-06-27 15:19:15 +00:00
Michael Stevens
2821179e39
Test breakdown
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=29815
2005-06-27 15:19:15 +00:00
Michael Stevens
1d582b05e8
redunant #include
...
[SVN r29810]
2005-06-27 13:19:53 +00:00
Michael Stevens
f2ed9da029
redunant #include
2005-06-27 13:19:53 +00:00
Michael Stevens
e75ddc19c4
redunant #include
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=29810
2005-06-27 13:19:53 +00:00
Douglas Gregor
0bd5dcc2e1
Don't run slice test, because it hasn't been fixed and perhaps won't be
...
[SVN r29062]
2005-05-19 14:01:51 +00:00
Douglas Gregor
b31cdf8c93
Don't run slice test, because it hasn't been fixed and perhaps won't be
2005-05-19 14:01:51 +00:00
Douglas Gregor
a43604e58d
Don't run slice test, because it hasn't been fixed and perhaps won't be
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=29062
2005-05-19 14:01:51 +00:00
Michael Stevens
c9672a6312
Unified test operator() and operator(int)
...
[SVN r28740]
2005-05-08 16:50:14 +00:00
Michael Stevens
b00e927014
Unified test operator() and operator(int)
2005-05-08 16:50:14 +00:00
Michael Stevens
6da3809bd2
Unified test operator() and operator(int)
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=28740
2005-05-08 16:50:14 +00:00
Michael Stevens
2f26212f12
tabs and max fixed for Boost
...
[SVN r28738]
2005-05-08 16:41:36 +00:00
Michael Stevens
6c5d9cfa76
tabs and max fixed for Boost
2005-05-08 16:41:36 +00:00
Michael Stevens
87b4bbe058
tabs and max fixed for Boost
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=28738
2005-05-08 16:41:36 +00:00
Vladimir Prus
09b655c38e
Comment out the test7, as is done in V1 Jamfile.
...
[SVN r28202]
2005-04-13 06:40:51 +00:00
Vladimir Prus
b67fdc660c
Comment out the test7, as is done in V1 Jamfile.
2005-04-13 06:40:51 +00:00
Vladimir Prus
39d291818f
Comment out the test7, as is done in V1 Jamfile.
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=28202
2005-04-13 06:40:51 +00:00
Michael Stevens
c1a187755c
Test MAP_ARRAY
...
[SVN r27702]
2005-03-16 13:59:33 +00:00
Michael Stevens
9d3add3b1f
Test MAP_ARRAY
2005-03-16 13:59:33 +00:00
Michael Stevens
8eda2b234a
Test MAP_ARRAY
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=27702
2005-03-16 13:59:33 +00:00
Michael Stevens
8ae4583121
FIX subproject path to test
...
[SVN r27701]
2005-03-16 13:56:18 +00:00
Michael Stevens
13e7765bd7
FIX subproject path to test
2005-03-16 13:56:18 +00:00
Michael Stevens
bc98e195e1
FIX subproject path to test
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=27701
2005-03-16 13:56:18 +00:00
Michael Stevens
dfc495e68d
Support BOOST_UBLAS_NO_NESTED_CLASS_RELATION
...
[SVN r27700]
2005-03-16 13:10:06 +00:00
Michael Stevens
afb28bc29b
Support BOOST_UBLAS_NO_NESTED_CLASS_RELATION
2005-03-16 13:10:06 +00:00
Michael Stevens
6ab66f66f1
Support BOOST_UBLAS_NO_NESTED_CLASS_RELATION
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=27700
2005-03-16 13:10:06 +00:00
Michael Stevens
b20fcbd870
complex<interval> is not supported by std::complex. A boost:complex was assumed.
...
This does not and probably never will exist.
Removed code relying on this. It is untested and the macro's to enable it inconsistent
[SVN r27687]
2005-03-16 08:36:00 +00:00
Michael Stevens
f89cc57f2e
complex<interval> is not supported by std::complex. A boost:complex was assumed.
...
This does not and probably never will exist.
Removed code relying on this. It is untested and the macro's to enable it inconsistent
2005-03-16 08:36:00 +00:00
Michael Stevens
623885e4e0
complex<interval> is not supported by std::complex. A boost:complex was assumed.
...
This does not and probably never will exist.
Removed code relying on this. It is untested and the macro's to enable it inconsistent
svn path=/trunk/boost/libs/numeric/ublas/; revision=27687
2005-03-16 08:36:00 +00:00
Michael Stevens
17c06c3460
Test with no exceptions
...
project requirements now seem to work in BBv2
[SVN r27667]
2005-03-15 11:05:31 +00:00
Michael Stevens
81e8f10824
Test with no exceptions
...
project requirements now seem to work in BBv2
2005-03-15 11:05:31 +00:00
Michael Stevens
4b2bea1adf
Test with no exceptions
...
project requirements now seem to work in BBv2
svn path=/trunk/boost/libs/numeric/ublas/; revision=27667
2005-03-15 11:05:31 +00:00
Michael Stevens
fa15f3ab46
Use simple test() function name
...
[SVN r27666]
2005-03-15 11:03:58 +00:00
Michael Stevens
cc044f8822
Use simple test() function name
2005-03-15 11:03:58 +00:00
Michael Stevens
240ed92bb2
Use simple test() function name
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=27666
2005-03-15 11:03:58 +00:00
Michael Stevens
82fa120b10
Reenable slice test which shows runtime error
...
[SVN r27665]
2005-03-15 11:03:03 +00:00
Michael Stevens
0e43635d67
Reenable slice test which shows runtime error
2005-03-15 11:03:03 +00:00
Michael Stevens
6df1534986
Reenable slice test which shows runtime error
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=27665
2005-03-15 11:03:03 +00:00
Michael Stevens
ef2613ca56
Common initialize
...
[SVN r27664]
2005-03-15 10:03:56 +00:00
Michael Stevens
0e83c36f32
Common initialize
2005-03-15 10:03:56 +00:00
Michael Stevens
50ace497c6
Common initialize
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=27664
2005-03-15 10:03:56 +00:00
Michael Stevens
13268f0941
Move to Boost standard test directory
...
[SVN r27662]
2005-03-15 09:03:25 +00:00
Michael Stevens
7459653cb8
Move to Boost standard test directory
2005-03-15 09:03:25 +00:00
Michael Stevens
45882cee7a
Move to Boost standard test directory
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=27662
2005-03-15 09:03:25 +00:00
Michael Stevens
ee3bbf2069
Use storage header from new header dependencies
...
[SVN r26641]
2005-01-07 18:04:39 +00:00
Michael Stevens
66d61b4d54
Use storage header from new header dependencies
2005-01-07 18:04:39 +00:00
Michael Stevens
797be0cc86
Use storage header from new header dependencies
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=26641
2005-01-07 18:04:39 +00:00
Toon Knapen
0e0900aa85
merged uBLAS_pure
...
[SVN r26624]
2005-01-04 14:52:20 +00:00
Toon Knapen
aa1405e143
merged uBLAS_pure
2005-01-04 14:52:20 +00:00
Toon Knapen
acc03935cc
merged uBLAS_pure
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=26624
2005-01-04 14:52:20 +00:00
Michael Stevens
c6f8d9b149
remove find out why intel 7.1 config is incorrect
...
[SVN r25663]
2004-10-11 12:24:10 +00:00
Michael Stevens
d1ff67a097
remove find out why intel 7.1 config is incorrect
2004-10-11 12:24:10 +00:00
Michael Stevens
0a2911ad0c
remove find out why intel 7.1 config is incorrect
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=25663
2004-10-11 12:24:10 +00:00
Michael Stevens
de8ed388cc
Copyright
...
[SVN r25662]
2004-10-11 12:19:53 +00:00
Michael Stevens
31e5e81b2c
Copyright
2004-10-11 12:19:53 +00:00
Michael Stevens
93455597eb
Copyright
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=25662
2004-10-11 12:19:53 +00:00
Michael Stevens
62193ea6ef
find out why intel 7.1 config is incorrect
...
[SVN r25646]
2004-10-10 08:37:26 +00:00
Michael Stevens
990d8148b0
find out why intel 7.1 config is incorrect
2004-10-10 08:37:26 +00:00
Michael Stevens
4734320f15
find out why intel 7.1 config is incorrect
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=25646
2004-10-10 08:37:26 +00:00
Michael Stevens
53bdf12565
add placement_new test
...
[SVN r25603]
2004-10-07 08:03:11 +00:00
Michael Stevens
9de0674f8b
add placement_new test
2004-10-07 08:03:11 +00:00
Michael Stevens
c651afce8a
add placement_new test
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=25603
2004-10-07 08:03:11 +00:00