SolverBase< MatrixType > Class Template Reference#
|
Reference API
|
gko::solver::SolverBase< MatrixType > Class Template Reference
Inheritance diagram for gko::solver::SolverBase< MatrixType >:
Public Member Functions | |
| std::shared_ptr< const MatrixType > | get_system_matrix () const |
Protected Member Functions | |
| void | set_system_matrix_base (std::shared_ptr< const MatrixType > system_matrix) |
Member Function Documentation
◆ get_system_matrix()
template<typename MatrixType >
|
inline |
Returns the system matrix, with its concrete type, used by the solver.
- Returns
- the system matrix operator, with its concrete type, used by the solver
Referenced by gko::solver::EnableSolverBase< DerivedType, MatrixType >::operator=().
The documentation for this class was generated from the following file:
- ginkgo/core/solver/solver_base.hpp
Generated by