Ginkgo Generated from branch based on master. Ginkgo version 1.8.0
A numerical linear algebra library targeting many-core architectures
Loading...
Searching...
No Matches
gko::solver::SolverBase< MatrixType > Class Template Reference
Inheritance diagram for gko::solver::SolverBase< MatrixType >:
[legend]
Collaboration diagram for gko::solver::SolverBase< MatrixType >:
[legend]

Public Member Functions

std::shared_ptr< const MatrixType > get_system_matrix () const
 Returns the system matrix, with its concrete type, used by the solver.
 

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: