boost::numeric::ublas::fixed_vector< T, N > Class Template Reference
[Core Module]
uBLAS compatible class template for vectors of fixed size.
More...
#include <fixed_vector.hpp>
List of all members.
Detailed Description
template<class T, std::size_t N>
class boost::numeric::ublas::fixed_vector< T, N >
uBLAS compatible class template for vectors of fixed size.
This class implements a uBLAS compatible vector class. The template parameters N specifies the size of the vector which has to be known at compile time. See uBLAS documentation for details.
The documentation for this class was generated from the following file: