GooseFEM 1.4.1.dev2+g78f16df
Loading...
Searching...
No Matches
GooseFEM::MatrixSolver< Solver > Class Template Reference

Solve \( x = A^{-1} b \), for A of the GooseFEM::Matrix() class. More...

#include <GooseFEM/Matrix.h>

Inheritance diagram for GooseFEM::MatrixSolver< Solver >:

Detailed Description

template<class Solver = Eigen::SimplicialLDLT<Eigen::SparseMatrix<double>>>
class GooseFEM::MatrixSolver< Solver >

Solve \( x = A^{-1} b \), for A of the GooseFEM::Matrix() class.

You can solve for multiple right-hand-sides using one factorisation.

Definition at line 867 of file Matrix.h.


The documentation for this class was generated from the following file: