CGAL 5.0.3 - CGAL and Solvers
|
SparseLinearAlgebraTraits_d::Vector
is a concept of a vector that can be multiplied by a sparse matrix.
Types | |
typedef unspecified_type | NT |
typedef unspecified_type | Index |
Index type. | |
Creation | |
Vector (Index rows) | |
Create a vector initialized with zeros. | |
Vector (const Vector &toCopy) | |
Copy constructor. | |
Operations | |
Index | dimension () const |
Return the vector's number of coefficients. | |
NT | operator[] (Index row) const |
Read/write access to a vector coefficient. More... | |
NT & | operator[] (Index row) |
Read/write access to a vector coefficient.
0 <= row < dimension()
.