Public Member Functions | Private Attributes
Playa::AmesosSolver Class Reference
Inheritance diagram for Playa::AmesosSolver:
Playa::LinearSolverBase< double > Playa::Handleable< LinearSolverBase< double > > Playa::Printable Playa::ObjectWithVerbosity

List of all members.

Public Member Functions

 AmesosSolver (const ParameterList &params)
virtual ~AmesosSolver ()
virtual SolverState< double > solve (const LinearOperator< double > &op, const Vector< double > &rhs, Vector< double > &soln) const
Printable interface
void print (std::ostream &os) const
Describable interface
std::string description () const
Handleable interface
virtual RCP< LinearSolverBase
< double > > 
getRcp ()

Private Attributes

std::string kernel_

Detailed Description

Definition at line 62 of file PlayaAmesosSolver.hpp.


Constructor & Destructor Documentation

Playa::AmesosSolver::AmesosSolver ( const ParameterList &  params)
virtual Playa::AmesosSolver::~AmesosSolver ( ) [inline, virtual]

Definition at line 72 of file PlayaAmesosSolver.hpp.


Member Function Documentation

std::string Playa::AmesosSolver::description ( ) const [inline]

Write a brief description

Definition at line 86 of file PlayaAmesosSolver.hpp.

References kernel_.

Referenced by print().

virtual RCP<LinearSolverBase<double> > Playa::AmesosSolver::getRcp ( ) [inline, virtual]

Return a ref count pointer to a newly created object

Implements Playa::Handleable< LinearSolverBase< double > >.

Definition at line 99 of file PlayaAmesosSolver.hpp.

void Playa::AmesosSolver::print ( std::ostream &  os) const [inline, virtual]

Write to a stream

Implements Playa::Printable.

Definition at line 77 of file PlayaAmesosSolver.hpp.

References description().

SolverState< double > Playa::AmesosSolver::solve ( const LinearOperator< double > &  op,
const Vector< double > &  rhs,
Vector< double > &  soln 
) const [virtual]

Member Data Documentation

std::string Playa::AmesosSolver::kernel_ [private]

Definition at line 107 of file PlayaAmesosSolver.hpp.

Referenced by AmesosSolver(), description(), and solve().

Site Contact