Class for solving a linear system using a Cholesky-decomposition on the effective stiffness matrix.
More...
#include <EigenSolver.hpp>
Class for solving a linear system using a Cholesky-decomposition on the effective stiffness matrix.
- See also
- LinearSystem.hpp
◆ EigenSolver()
EigenSolver::EigenSolver |
( |
bool |
flag = false | ) |
|
◆ ~EigenSolver()
EigenSolver::~EigenSolver |
( |
| ) |
|
◆ GetSolution()
const Eigen::VectorXd& EigenSolver::GetSolution |
( |
| ) |
|
|
virtual |
◆ SolveSystem()
bool EigenSolver::SolveSystem |
( |
Eigen::SparseMatrix< double > & |
A, |
|
|
Eigen::VectorXd & |
b |
|
) |
| |
|
virtual |
◆ Factored
bool EigenSolver::Factored |
|
protected |
Eigen Factorization Flag.
◆ Flag
◆ Initialized
bool EigenSolver::Initialized |
|
protected |
Eigen Initialization Flag.
◆ Solver
Eigen::SimplicialLDLT<Eigen::SparseMatrix<double> > EigenSolver::Solver |
|
protected |
Direct LDLT factorization solver.
Eigen::VectorXd EigenSolver::x |
|
protected |