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
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
David Bellot
dc503e8e26
first commit to kick off things on the doxygen documentation
...
svn path=/branches/ublas-doxygen/; revision=61383
2010-04-18 20:50:24 +00:00
David Bellot
931268e973
first commit to kick off things on the doxygen documentation
...
svn path=/branches/ublas-doxygen/; revision=61383
2010-04-18 20:50:24 +00:00
David Bellot
5127e00bd8
New doxygen doc for ublas
...
svn path=/branches/ublas-doxygen/; revision=61380
2010-04-18 20:05:09 +00:00
David Bellot
5ffda9aec3
New doxygen doc for ublas
...
svn path=/branches/ublas-doxygen/; revision=61380
2010-04-18 20:05:09 +00:00
David Bellot
f5f993d92d
test with a single comment added
...
svn path=/trunk/boost/numeric/ublas/; revision=61379
2010-04-18 20:02:59 +00:00
David Bellot
0eff28d13a
test with a single comment added
...
svn path=/trunk/boost/numeric/ublas/; revision=61379
2010-04-18 20:02:59 +00:00
David Bellot
9475a63c56
test with a single comment added
...
[SVN r61379]
2010-04-18 20:02:59 +00:00
David Bellot
73f083c1ec
test with a single comment added
2010-04-18 20:02:59 +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
270413a985
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 path=/branches/release/boost/numeric/ublas/; revision=61206
2010-04-11 20:11:14 +00:00
Gunter Winkler
696397bcd5
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 path=/branches/release/libs/numeric/ublas/; revision=61206
2010-04-11 20:11:14 +00:00
Gunter Winkler
2284096ea9
see #3539 :
...
added release note and warning
svn path=/trunk/libs/numeric/ublas/; revision=61137
2010-04-07 19:33:51 +00:00
Gunter Winkler
b3ca62fd6f
see #3539 :
...
added release note and warning
svn path=/trunk/libs/numeric/ublas/; revision=61137
2010-04-07 19:33:51 +00:00
Gunter Winkler
ae48dc054f
see #3539 :
...
added release note and warning
[SVN r61137]
2010-04-07 19:33:51 +00:00
Gunter Winkler
5a9c8cf51f
see #3539 :
...
added release note and warning
2010-04-07 19:33:51 +00:00
Gunter Winkler
975f256c9a
see #3539 :
...
changed implementation of norm_inf and norm_1 for complex types to use abs(z) instead of max(abs(real(z)),abs(imag(z))).
svn path=/trunk/boost/numeric/ublas/; revision=61136
2010-04-07 19:32:59 +00:00
Gunter Winkler
eade17a036
see #3539 :
...
changed implementation of norm_inf and norm_1 for complex types to use abs(z) instead of max(abs(real(z)),abs(imag(z))).
svn path=/trunk/boost/numeric/ublas/; revision=61136
2010-04-07 19:32:59 +00:00
Gunter Winkler
0d940e2d6c
see #3539 :
...
changed implementation of norm_inf and norm_1 for complex types to use abs(z) instead of max(abs(real(z)),abs(imag(z))).
[SVN r61136]
2010-04-07 19:32:59 +00:00
Gunter Winkler
64defc93de
see #3539 :
...
changed implementation of norm_inf and norm_1 for complex types to use abs(z) instead of max(abs(real(z)),abs(imag(z))).
2010-04-07 19:32:59 +00:00
Gunter Winkler
127c3f58ae
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
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
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
45f0ee6cca
fix #3501 : merge changes 57202,57208,61114 into release
...
boost/numeric/ublas/detail/concepts.hpp
libs/numeric/ublas/doc/release_notes.htm
[SVN r61115]
2010-04-06 20:18:13 +00:00
Gunter Winkler
5442d46ffd
fix #3501 : merge changes 57202,57208,61114 into release
...
boost/numeric/ublas/detail/concepts.hpp
libs/numeric/ublas/doc/release_notes.htm
svn path=/branches/release/boost/numeric/ublas/; revision=61115
2010-04-06 20:18:13 +00:00
Gunter Winkler
80237283fd
fix #3501 : merge changes 57202,57208,61114 into release
...
boost/numeric/ublas/detail/concepts.hpp
libs/numeric/ublas/doc/release_notes.htm
svn path=/branches/release/boost/numeric/ublas/; revision=61115
2010-04-06 20:18:13 +00:00
Gunter Winkler
7f4db47548
see #3501 : moved release note entry to correct release
...
svn path=/trunk/libs/numeric/ublas/; revision=61114
2010-04-06 20:15:11 +00:00
Gunter Winkler
b574c7c97b
see #3501 : moved release note entry to correct release
...
svn path=/trunk/libs/numeric/ublas/; revision=61114
2010-04-06 20:15:11 +00:00
Gunter Winkler
75a8a010aa
see #3501 : moved release note entry to correct release
...
[SVN r61114]
2010-04-06 20:15:11 +00:00
Gunter Winkler
a281e0ccb1
see #3501 : moved release note entry to correct release
2010-04-06 20:15:11 +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
928cbaa17a
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 path=/branches/release/boost/numeric/ublas/; revision=61112
2010-04-06 20:09:04 +00:00
Gunter Winkler
8bdfc9da90
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 path=/branches/release/libs/numeric/ublas/; revision=61112
2010-04-06 20:09:04 +00:00
Gunter Winkler
c7e8bdefa2
see #3968 : added line to release notes
...
svn path=/trunk/libs/numeric/ublas/; revision=61111
2010-04-06 19:44:27 +00:00
Gunter Winkler
5249bd526e
see #3968 : added line to release notes
...
svn path=/trunk/libs/numeric/ublas/; revision=61111
2010-04-06 19:44:27 +00:00
Gunter Winkler
5894ea3de4
see #3968 : added line to release notes
...
[SVN r61111]
2010-04-06 19:44:27 +00:00
Gunter Winkler
9ef01fed5a
see #3968 : added line to release notes
2010-04-06 19:44:27 +00:00
Gunter Winkler
2e51008e3f
storage.hpp: see #3968 , applied patch to use references instead of copies in swap implementations
...
svn path=/trunk/boost/numeric/ublas/; revision=60780
2010-03-22 22:21:26 +00:00
Gunter Winkler
cf80d2cf66
storage.hpp: see #3968 , applied patch to use references instead of copies in swap implementations
...
svn path=/trunk/boost/numeric/ublas/; revision=60780
2010-03-22 22:21:26 +00:00
Gunter Winkler
c431316ada
storage.hpp: see #3968 , applied patch to use references instead of copies in swap implementations
...
[SVN r60780]
2010-03-22 22:21:26 +00:00
Gunter Winkler
0fcfcd80d3
storage.hpp: see #3968 , applied patch to use references instead of copies in swap implementations
2010-03-22 22:21:26 +00:00
Gunter Winkler
6dc9738333
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
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
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
d3d9b4f0fd
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
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