Public Types | Public Member Functions | Public Attributes | List of all members
Anasazi::OperatorAnasaziEigen< EigenPb, T > Class Template Reference
Inheritance diagram for Anasazi::OperatorAnasaziEigen< EigenPb, T >:

Public Types

enum  { OPERATOR_A, OPERATOR_M, OPERATOR_OP }
 

Public Member Functions

 OperatorAnasaziEigen (EigenPb &var, int type)
 constructor with the eigenproblem
 
void Apply (const MultiVec< T > &X0, MultiVec< T > &Y0) const
 computes Y0 = Operator X0
 

Public Attributes

EigenPb & var_eig
 reference to the object containing eigenproblem data

 
int type_operator
 operator stored (M, A, Op)
 

Detailed Description

template<class EigenPb, class T>
class Anasazi::OperatorAnasaziEigen< EigenPb, T >

Definition at line 57 of file Anasazi.cxx.


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