SparseLinearAlgebraTraits_d::Vector is a concept of a vector that can be multiplied by a sparse matrix.
SparseLinearAlgebraTraits_d::Vector::NT |
SparseLinearAlgebraTraits_d::Vector v ( int rows); | |
Create a vector initialized with zeros.
| |
SparseLinearAlgebraTraits_d::Vector v ( Vector toCopy); | |
Copy constructor.
|
int | v.dimension () const | Return the vector's number of coefficients. | ||
NT | v [ int row ] const |
Read/write access to a vector coefficient.
| ||
NT& | v [ int row ] |
Eigen_vector<T>
Taucs_vector<T>
OpenNL::FullVector<T> in OpenNL package
SparseLinearAlgebraTraits_d
SparseLinearAlgebraTraits_d::Matrix