Class boost::numeric::ublas::vector

O2scl : Class List

template<class T, class A>
class vector

The default vector 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::vector<double> ubvector;
typedef boost::numeric::ublas::vector<size_t> ubvector_size_t;
typedef boost::numeric::ublas::vector<int> ubvector_int;

This is documented in vector.h .