SparseLinearAlgebraTraits_d::Matrix is a concept of a sparse matrix class.
|
| |
Create a square matrix initialized with zeros.
| |
| |
Create a rectangular matrix initialized with zeros.
|
|
| Return the matrix number of rows. | ||
|
| Return the matrix number of columns. | ||
|
|
Read access to a matrix coefficient.
| ||
|
| |||
Write access to a matrix coefficient: a_ij <- a_ij + val.
| ||||
|
| |||
Write access to a matrix coefficient: a_ij <- val. Optimization: Caller can optimize this call by setting new_coef to true if the coefficient does not already exist in the matrix.
|
Taucs_matrix<T>
Taucs_symmetric_matrix<T>
OpenNL::SparseMatrix<T> in OpenNL package
SparseLinearAlgebraTraits_d
SparseLinearAlgebraTraits_d::Vector