![]() |
NDEVR
API Documentation
|
linear solver using dense cholesky decomposition More...
Public Member Functions | |
| LinearSolverDense () | |
| Default constructor. | |
| bool | init () |
| Resets the solver state for a new factorization. | |
| bool | solve (const SparseBlockMatrix< MatrixType > &A, g_type *x, g_type *b) |
| Solves the linear system Ax = b using dense Cholesky decomposition. | |
Public Attributes | |
| SparseOptimizer | optimizer |
| The sparse optimizer instance. | |
linear solver using dense cholesky decomposition
Definition at line 43 of file linear_solver_dense.h.
|
inline |
Resets the solver state for a new factorization.
Definition at line 59 of file linear_solver_dense.h.
References _reset.
|
inline |
Solves the linear system Ax = b using dense Cholesky decomposition.
| [in] | A | The sparse block matrix (symmetric, positive definite). |
| [out] | x | The solution vector. |
| [in] | b | The right-hand side vector. |
Definition at line 70 of file linear_solver_dense.h.