NOX  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | List of all members
Anasazi::OperatorTraits< double, NOX::Abstract::MultiVector, LOCA::AnasaziOperator::AbstractStrategy > Class Template Reference

Implementation of the Anasazi::OperatorTraits for LOCA operators. More...

#include <Anasazi_LOCA_OperatorTraits.H>

Public Types

typedef double ScalarType
 Synony for double.
 
typedef NOX::Abstract::MultiVector MV
 Synonym for NOX::Abstract::MultiVector.
 
typedef
LOCA::AnasaziOperator::AbstractStrategy 
OP
 Synonym for LOCA::AnasaziOperator::AbstractStrategy.
 

Static Public Member Functions

static void Apply (const OP &Op, const MV &x, MV &y)
 Application method which performs operation y = Op*x More...
 

Detailed Description

template<>
class Anasazi::OperatorTraits< double, NOX::Abstract::MultiVector, LOCA::AnasaziOperator::AbstractStrategy >

Implementation of the Anasazi::OperatorTraits for LOCA operators.

This class provides an implementation of the Anasazi::OperatorTraits class using LOCA operators. The operator is represented by the LOCA::AnasaziOperator::AbstractStrategy class which serves as a base class for many different types of operators, including shift-invert and Generalized Cayley transformations.

Member Function Documentation

static void Anasazi::OperatorTraits< double, NOX::Abstract::MultiVector, LOCA::AnasaziOperator::AbstractStrategy >::Apply ( const OP Op,
const MV x,
MV y 
)
inlinestatic

Application method which performs operation y = Op*x

Returns
Status of the operation.

References LOCA::AnasaziOperator::AbstractStrategy::apply().


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