AbstractLinearSolver< SparseMatrixType, VectorType > Class Template Reference#
|
DiFfRG
|
DiFfRG::AbstractLinearSolver< SparseMatrixType, VectorType > Class Template Reference
#include <abstract_linear_solver.hh>
Inheritance diagram for DiFfRG::AbstractLinearSolver< SparseMatrixType, VectorType >:
Public Member Functions | |
| AbstractLinearSolver () | |
| void | init (const SparseMatrixType &matrix) |
| bool | invert () |
| int | solve (const VectorType &src, const VectorType &dst, const double tol) |
Constructor & Destructor Documentation
◆ AbstractLinearSolver()
template<typename SparseMatrixType , typename VectorType >
|
inline |
Member Function Documentation
◆ init()
template<typename SparseMatrixType , typename VectorType >
|
inline |
◆ invert()
template<typename SparseMatrixType , typename VectorType >
|
inline |
◆ solve()
template<typename SparseMatrixType , typename VectorType >
|
inline |
The documentation for this class was generated from the following file:
- /home/runner/work/DiFfRG_current/DiFfRG_current/DiFfRG/include/DiFfRG/timestepping/linear_solver/abstract_linear_solver.hh
Generated by