Update of /cvsroot/boost/boost/boost/numeric/ublas
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22362/boost/numeric/ublas
Modified Files:
matrix.hpp
Log Message:
FIX use new layout_type::index_Mm operations. Thanks Gunter for spoting this
Index: matrix.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/numeric/ublas/matrix.hpp,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- matrix.hpp 18 May 2006 16:44:57 -0000 1.69
+++ matrix.hpp 16 Jul 2006 13:13:42 -0000 1.70
@@ -1100,11 +1100,11 @@
// Element access
BOOST_UBLAS_INLINE
const_reference operator () (size_type i, size_type j) const {
- return data () [layout_type::element1 (i, size1_, j, size2_)]
[layout_type::element2 (i, size1_, j, size2_)];
+ return data () [layout_type::index_M (i, j)] [layout_type::index_m
(i, j)];
}
BOOST_UBLAS_INLINE
reference at_element (size_type i, size_type j) {
- return data () [layout_type::element1 (i, size1_, j, size2_)]
[layout_type::element2 (i, size1_, j, size2_)];
+ return data () [layout_type::index_M (i, j)] [layout_type::index_m
(i, j)];
}
BOOST_UBLAS_INLINE
reference operator () (size_type i, size_type j) {
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs