|
| enum | { OPERATOR_A,
OPERATOR_M,
OPERATOR_OP
} |
| |
|
|
| OperatorAnasaziEigen (EigenPb &var, int type) |
| | constructor with the eigenproblem
|
| |
|
void | Apply (const MultiVec< T > &X0, MultiVec< T > &Y0) const |
| | computes Y0 = Operator X0
|
| |
|
|
EigenPb & | var_eig |
| | reference to the object containing eigenproblem data
|
| |
|
int | type_operator |
| | operator stored (M, A, Op)
|
| |
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: