Ginkgo  Generated from pipelines/1478841010 branch based on develop. Ginkgo version 1.9.0
A numerical linear algebra library targeting many-core architectures
Public Member Functions | List of all members
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. More...
 

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< Bicg< ValueType > >::operator=().


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