#include <AnasaziOperator.hpp>
Static Public Member Functions | |
Operator application method | |
static void | Apply (const Operator< ScalarType > &Op, const MultiVec< ScalarType > &x, MultiVec< ScalarType > &y) |
This method takes the Anasazi::MultiVec x and applies the Anasazi::Operator Op to it resulting in the Anasazi::MultiVec y . |
Any class that inherits from Anasazi::Operator will be accepted by the Anasazi templated solvers due to this interface to the Anasazi::OperatorTraits class.
Definition at line 92 of file AnasaziOperator.hpp.
static void Anasazi::OperatorTraits< ScalarType, MultiVec< ScalarType >, Operator< ScalarType > >::Apply | ( | const Operator< ScalarType > & | Op, | |
const MultiVec< ScalarType > & | x, | |||
MultiVec< ScalarType > & | y | |||
) | [inline, static] |
This method takes the Anasazi::MultiVec x
and applies the Anasazi::Operator Op
to it resulting in the Anasazi::MultiVec y
.
Definition at line 102 of file AnasaziOperator.hpp.