Class boost::numeric::ublas::matrix¶
-
template<class T, class F, class A>
class matrix¶ The default matrix type from uBlas.
The uBlas types aren’t documented here, but the full documentation is available at http://www.boost.org/doc/libs/release/libs/numeric/ublas/doc/index.htm
Internally in , this is often typedef’d using
typedef boost::numeric::ublas::matrix<double> ubmatrix; typedef boost::numeric::ublas::matrix<size_t> ubmatrix_size_t; typedef boost::numeric::ublas::matrix<int> ubmatrix_int;
This is documented in vector.h .