Files | |
file | EigenSolver.hpp [code] |
This file contains the "EigenSolver" solver declaration; the object performs Cholesky-decomposition on the matrix A, and then solves the upper triangular system. | |
file | MumpsSolver.hpp [code] |
This file contains the "MumpsSolver" solver declaration; this object performs a (MU)ltifrontal (M)assively (P)arallel (S)parse direct Solver on the matrix A. | |