![]() |
NDEVR
API Documentation
|
basic solver for Ax = b More...
Public Member Functions | |
| LinearSolverCCS () | |
| Default constructor. | |
Protected Member Functions | |
| void | initMatrixStructure (const SparseBlockMatrix< MatrixType > &A) |
| Initializes the CCS structure from a SparseBlockMatrix. | |
Protected Attributes | |
| SparseBlockMatrixCCS< MatrixType > | _ccsMatrix |
| Cached CCS representation of the sparse block matrix. | |
basic solver for Ax = b
basic solver for Ax = b which has to reimplemented for different linear algebra libraries. A is assumed to be symmetric (only upper triangular block is stored) and positive-semi-definit.
Solver with faster iterating structure for the linear matrix
Definition at line 18 of file linear_solver.h.
|
inlineprotected |
Initializes the CCS structure from a SparseBlockMatrix.
| [in] | A | The sparse block matrix to convert. |
Definition at line 31 of file linear_solver.h.
References _ccsMatrix.