HermesCommon
3.0
|
Basic cs (Compressed sparse) matrix classes and operations. More...
#include "algebra/matrix.h"
Go to the source code of this file.
Classes | |
class | Hermes::Algebra::CSMatrix< Scalar > |
General CS Matrix class. Either row- or column- specific (see subclassses). More... | |
class | Hermes::Algebra::CSCMatrix< Scalar > |
General CSC Matrix class. (can be used in umfpack, in that case use the CSCMatrix subclass, or with EigenSolver, or anything else). More... | |
class | Hermes::Algebra::CSRMatrix< Scalar > |
General CSR Matrix class. (can be used in umfpack, in that case use the CSCMatrix subclass, or with EigenSolver, or anything else). More... | |
Namespaces | |
Hermes | |
General namespace for the Hermes library. | |
Hermes::Algebra | |
Namespace containing classes for vector / matrix operations. | |
Basic cs (Compressed sparse) matrix classes and operations.
Definition in file cs_matrix.h.