Teuchos Package Browser (Single Doxygen Collection) Version of the Day
|
#include <PackageA.hpp>
Public Member Functions | |
Teuchos::RCP< Trilinos::Details::LinearSolver< MV, OP, NormType > > | getLinearSolver (const std::string &solverName) |
Get an instance of a solver from a particular package. | |
![]() | |
virtual | ~LinearSolverFactory () |
virtual Teuchos::RCP< LinearSolver< MV, OP, NormType > > | getLinearSolver (const std::string &solverName)=0 |
Get an instance of a solver from a particular package. | |
Definition at line 63 of file PackageA.hpp.
|
inlinevirtual |
Get an instance of a solver from a particular package.
solverName | [in] The solver's name. Names are case sensitive. |
Implements Trilinos::Details::LinearSolverFactory< MV, OP, NormType >.
Definition at line 67 of file PackageA.hpp.