#include <Anasazi_LOCA_Matrix.H>
Collaboration diagram for Anasazi::LOCAMatrix:
Public Member Functions | |
| LOCAMatrix (::LOCA::AnasaziOperator::Generic &op) | |
| Constructor. | |
| ~LOCAMatrix () | |
| Destructor. | |
| Anasazi::ReturnType | Apply (const Anasazi::MultiVec< double > &x, Anasazi::MultiVec< double > &y) const |
| Apply operator. | |
Protected Attributes | |
| ::LOCA::AnasaziOperator::Generic & | locaOp |
| Reference to LOCA operator. | |
This class provides an implementation of the Anasazi::Matrix class using LOCA operators. The operator is represented by the LOCA::AnasaziOperator::Generic class which serves as a base class for many different types of operators, including shift-invert and Generalized Cayley transformations.
1.3.9.1