|
CGAL 4.7 - Planar Parameterization of Triangulated Surface Meshes
|
SparseLinearAlgebraTraits_d::Vector is a concept of a vector that can be multiplied by a sparse matrix.
OpenNL::FullVector<T> in OpenNL package
Types | |
| typedef unspecified_type | NT |
Creation | |
| Vector (int rows) | |
| Create a vector initialized with zeros. | |
| Vector (const Vector &toCopy) | |
| Copy constructor. | |
Operations | |
| int | dimension () const |
| Return the vector's number of coefficients. | |
| NT | operator[] (int row) const |
| Read/write access to a vector coefficient. More... | |
| NT & | operator[] (int row) |
| NT SparseLinearAlgebraTraits_d::Vector::operator[] | ( | int | row | ) | const |
Read/write access to a vector coefficient.
0 <= row < dimension().