Class documentation of Concepts

Loading...
Searching...
No Matches
concepts::AnasaziOp< ScalarT > Class Template Reference
Inheritance diagram for concepts::AnasaziOp< ScalarT >:

Public Member Functions

Constructor/Destructor
 AnasaziOp (Teuchos::RCP< Operator< ScalarT > > op)
 
virtual ~AnasaziOp ()
 Destructor.
 

Operator application method

virtual void Apply (const Anasazi::MultiVec< ScalarT > &x, Anasazi::MultiVec< ScalarT > &y) const
 This method takes the Anasazi::MultiVec x and applies the operator to it resulting in the Anasazi::MultiVec y.
 
const Operator< ScalarT > & getOp ()
 

Detailed Description

template<class ScalarT>
class concepts::AnasaziOp< ScalarT >

Definition at line 17 of file anasaziHelper.hh.

Constructor & Destructor Documentation

◆ AnasaziOp()

template<class ScalarT >
concepts::AnasaziOp< ScalarT >::AnasaziOp ( Teuchos::RCP< Operator< ScalarT > >  op)
inline

Give a matrix instance which will be wrapped by this class

Definition at line 23 of file anasaziHelper.hh.

◆ ~AnasaziOp()

template<class ScalarT >
virtual concepts::AnasaziOp< ScalarT >::~AnasaziOp ( )
inlinevirtual

Destructor.

Definition at line 28 of file anasaziHelper.hh.

Member Function Documentation

◆ getOp()

template<class ScalarT >
const Operator< ScalarT > & concepts::AnasaziOp< ScalarT >::getOp ( )
inline

Definition at line 41 of file anasaziHelper.hh.


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