Gunter Winkler
35f9bca09f
see #3457 : introduce move semantics to container types (Incomplete)
...
* updated description
svn path=/trunk/libs/numeric/ublas/; revision=56622
2009-10-06 22:12:48 +00:00
Gunter Winkler
7245b4b43a
see #3457 : introduce move semantics to container types (Incomplete)
...
* updated description
svn path=/trunk/libs/numeric/ublas/; revision=56622
2009-10-06 22:12:48 +00:00
Gunter Winkler
9c2748147a
see #3457 : introduce move semantics to container types (Incomplete)
...
* updated description
[SVN r56622]
2009-10-06 22:12:48 +00:00
Gunter Winkler
ed3787a8f2
see #3457 : introduce move semantics to container types (Incomplete)
...
* updated description
2009-10-06 22:12:48 +00:00
Gunter Winkler
25d0f8603a
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
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
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
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
3cf8b6c4d0
libs/numeric/ublas/test/triangular_access.cpp: fixed compile failure with MSVC 7.1
...
svn path=/branches/release/libs/numeric/ublas/; revision=56620
2009-10-06 21:12:55 +00:00
Gunter Winkler
9d35653579
libs/numeric/ublas/test/triangular_access.cpp: fixed compile failure with MSVC 7.1
...
svn path=/branches/release/libs/numeric/ublas/; revision=56620
2009-10-06 21:12:55 +00:00
Gunter Winkler
23c234f396
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
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
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
dab131cab7
fix #3499 and fix #3501 :
...
* added inline to free helper functions
* added missing concept check
* fixed broken internal checks
[SVN r56614]
2009-10-05 22:48:29 +00:00
Gunter Winkler
c71b6c040a
fix #3499 and fix #3501 :
...
* added inline to free helper functions
* added missing concept check
* fixed broken internal checks
svn path=/branches/release/boost/numeric/ublas/; revision=56614
2009-10-05 22:48:29 +00:00
Gunter Winkler
ed3431002f
fix #3499 and fix #3501 :
...
* added inline to free helper functions
* added missing concept check
* fixed broken internal checks
svn path=/branches/release/boost/numeric/ublas/; revision=56614
2009-10-05 22:48:29 +00:00
Gunter Winkler
5a0b829b46
fix #3230 : (coordinate_vector::set_filled() has wrong return statement)
...
* merged [56611] into release
[SVN r56612]
2009-10-05 22:37:32 +00:00
Gunter Winkler
b7764d7ecd
fix #3230 : (coordinate_vector::set_filled() has wrong return statement)
...
* merged [56611] into release
svn path=/branches/release/boost/numeric/ublas/; revision=56612
2009-10-05 22:37:32 +00:00
Gunter Winkler
7de0b6469b
fix #3230 : (coordinate_vector::set_filled() has wrong return statement)
...
* merged [56611] into release
svn path=/branches/release/boost/numeric/ublas/; revision=56612
2009-10-05 22:37:32 +00:00
Gunter Winkler
039a5889f7
see #3230 : coordinate_vector::set_filled() has a bug (Incomplete)
...
* removed wrong return statement
svn path=/trunk/boost/numeric/ublas/; revision=56611
2009-10-05 22:31:08 +00:00
Gunter Winkler
98ebf149b5
see #3230 : coordinate_vector::set_filled() has a bug (Incomplete)
...
* removed wrong return statement
svn path=/trunk/boost/numeric/ublas/; revision=56611
2009-10-05 22:31:08 +00:00
Gunter Winkler
6dc7cd239b
see #3230 : coordinate_vector::set_filled() has a bug (Incomplete)
...
* removed wrong return statement
[SVN r56611]
2009-10-05 22:31:08 +00:00
Gunter Winkler
fb73f31ea8
see #3230 : coordinate_vector::set_filled() has a bug (Incomplete)
...
* removed wrong return statement
2009-10-05 22:31:08 +00:00
Gunter Winkler
e047d0f738
fix #2872 : (possible compile failure)
...
* merged [56606] into release
[SVN r56608]
2009-10-05 22:02:13 +00:00
Gunter Winkler
1e040bef45
fix #2872 : (possible compile failure)
...
* merged [56606] into release
svn path=/branches/release/boost/numeric/ublas/; revision=56608
2009-10-05 22:02:13 +00:00
Gunter Winkler
1ed6de8fa0
fix #2872 : (possible compile failure)
...
* merged [56606] into release
svn path=/branches/release/boost/numeric/ublas/; revision=56608
2009-10-05 22:02:13 +00:00
Gunter Winkler
f6cd7b2cf8
see #2872 : boost/numeric/ublas/lu.hpp does not compile with GCC 4.3.2 64bit (Incomplete)
...
* changed type of '''singular''' to '''size_type''' as suggested
svn path=/trunk/boost/numeric/ublas/; revision=56606
2009-10-05 21:57:02 +00:00
Gunter Winkler
36705e5de0
see #2872 : boost/numeric/ublas/lu.hpp does not compile with GCC 4.3.2 64bit (Incomplete)
...
* changed type of '''singular''' to '''size_type''' as suggested
svn path=/trunk/boost/numeric/ublas/; revision=56606
2009-10-05 21:57:02 +00:00
Gunter Winkler
b9745f1d8d
see #2872 : boost/numeric/ublas/lu.hpp does not compile with GCC 4.3.2 64bit (Incomplete)
...
* changed type of '''singular''' to '''size_type''' as suggested
[SVN r56606]
2009-10-05 21:57:02 +00:00
Gunter Winkler
97004e9b3d
see #2872 : boost/numeric/ublas/lu.hpp does not compile with GCC 4.3.2 64bit (Incomplete)
...
* changed type of '''singular''' to '''size_type''' as suggested
2009-10-05 21:57:02 +00:00
Gunter Winkler
7bc229dcf9
fix #2195 :
...
* merged changes into release branch
[SVN r56605]
2009-10-05 21:41:32 +00:00
Gunter Winkler
0d2e407d87
fix #2195 :
...
* merged changes into release branch
svn path=/branches/release/boost/numeric/ublas/; revision=56605
2009-10-05 21:41:32 +00:00
Gunter Winkler
34c40d58ff
fix #2195 :
...
* merged changes into release branch
svn path=/branches/release/boost/numeric/ublas/; revision=56605
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
cb540928b2
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/boost/numeric/ublas/; revision=56602
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
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
94ff5c11a1
see #3443 : updated copyright header
...
[SVN r56601]
2009-10-05 20:46:45 +00:00
Gunter Winkler
60a00f7b4e
see #3443 : updated copyright header
...
svn path=/trunk/boost/numeric/ublas/; revision=56601
2009-10-05 20:46:45 +00:00
Gunter Winkler
46e8e00b91
see #3443 : updated copyright header
...
svn path=/trunk/boost/numeric/ublas/; revision=56601
2009-10-05 20:46:45 +00:00
Gunter Winkler
66d632e66b
see #3443 : updated copyright header
2009-10-05 20:46:45 +00:00
Gunter Winkler
5fa8d376cd
see #3449 : introduce new free functions to access matrix/vector properties (Incomplete)
...
* move experimental traits of T[N] and T[M][N] to separate file
svn path=/trunk/boost/numeric/ublas/; revision=56600
2009-10-05 20:44:06 +00:00
Gunter Winkler
71ee7b34e0
see #3449 : introduce new free functions to access matrix/vector properties (Incomplete)
...
* move experimental traits of T[N] and T[M][N] to separate file
svn path=/trunk/boost/numeric/ublas/; revision=56600
2009-10-05 20:44:06 +00:00
Gunter Winkler
6b2a06efce
see #3449 : introduce new free functions to access matrix/vector properties (Incomplete)
...
* move experimental traits of T[N] and T[M][N] to separate file
[SVN r56600]
2009-10-05 20:44:06 +00:00
Gunter Winkler
5f6ecba5fe
see #3449 : introduce new free functions to access matrix/vector properties (Incomplete)
...
* move experimental traits of T[N] and T[M][N] to separate file
2009-10-05 20:44:06 +00:00
Gunter Winkler
8f1936b6aa
see #3443 : improve documentation
...
* added automatic navigation (using JavaScript)
* fixed anchors
* added boost stylesheet
svn path=/trunk/libs/numeric/ublas/; revision=56584
2009-10-04 22:43:12 +00:00
Gunter Winkler
033cf41af2
see #3443 : improve documentation
...
* added automatic navigation (using JavaScript)
* fixed anchors
* added boost stylesheet
svn path=/trunk/libs/numeric/ublas/; revision=56584
2009-10-04 22:43:12 +00:00
Gunter Winkler
3682d548ad
see #3443 : improve documentation
...
* added automatic navigation (using JavaScript)
* fixed anchors
* added boost stylesheet
[SVN r56584]
2009-10-04 22:43:12 +00:00