Seismo-VLAB  1.3
An Open-Source Finite Element Software for Meso-Scale Simulations
EigenSolver.hpp File Reference

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"
Include dependency graph for EigenSolver.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.

Author
Danilo S. Kusanovic (dkusa.nosp@m.nov@.nosp@m.calte.nosp@m.ch.e.nosp@m.du)
Date
March 8, 2018
Version
1.0