Ginkgo Generated from branch based on master. Ginkgo version 1.7.0
A numerical linear algebra library targeting many-core architectures
Loading...
Searching...
No Matches
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 MatrixTypeget_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

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