This file contains the "EigenSolver" solver declaration; the object performs Cholesky-decomposition on the matrix A, and then solves the upper triangular system. More...
#include <Eigen/Dense>
#include <Eigen/SparseCore>
#include <Eigen/SparseCholesky>
#include "LinearSystem.hpp"
Go to the source code of this file.
Classes | |
class | EigenSolver |
Class for solving a linear system using a Cholesky-decomposition on the effective stiffness matrix. More... | |
This file contains the "EigenSolver" solver declaration; the object performs Cholesky-decomposition on the matrix A, and then solves the upper triangular system.
This function is mean to be employed to symmetric and positive-definite structure of A.