SolverBase< MatrixType > Class Template Reference

SolverBase&lt; MatrixType &gt; Class Template Reference#

Reference API: gko::solver::SolverBase< MatrixType > Class Template Reference
Reference API
gko::solver::SolverBase< MatrixType > Class Template Reference
Inheritance diagram for gko::solver::SolverBase< MatrixType >:
[legend]

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 >
std::shared_ptr< const MatrixType > gko::solver::SolverBase< MatrixType >::get_system_matrix ( ) const
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: