SparseLinearAlgebraTraits_d::Matrix is a concept of a sparse matrix class.
This is a sub-concept of LinearAlgebraTraits_d::Matrix.
|
| |
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.
Preconditions:
|
|
| |
Write access to a matrix coefficient: a_ij - a_ij + val.
Preconditions:
| ||
|
| |
Write access to a matrix coefficient.
Preconditions:
|
Taucs_matrix<T>
Taucs_symmetric_matrix<T>
OpenNL::SparseMatrix<T> in OpenNL package
SparseLinearAlgebraTraits_d
SparseLinearAlgebraTraits_d::Vector