Belos  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | List of all members
Belos::OperatorTraits< ScalarType, MultiVec< ScalarType >, Operator< ScalarType > > Class Template Reference

Specialization of OperatorTraits for Operator and MultiVec. More...

#include <BelosOperator.hpp>

Static Public Member Functions

static void Apply (const Operator< ScalarType > &Op, const MultiVec< ScalarType > &x, MultiVec< ScalarType > &y, ETrans trans=NOTRANS)
 Specialization of Apply() for Operator and MultiVec objects. More...
 
static bool HasApplyTranspose (const Operator< ScalarType > &Op)
 Specialization of HasApplyTranspose() for Operator objects. More...
 

Detailed Description

template<class ScalarType>
class Belos::OperatorTraits< ScalarType, MultiVec< ScalarType >, Operator< ScalarType > >

Specialization of OperatorTraits for Operator and MultiVec.

This is a partial template specialization of Belos::OperatorTraits class using the Belos::Operator and Belos::MultiVec abstract interfaces. Any class that inherits from Belos::Operator will be accepted by the Belos templated solvers, due to this specialization of Belos::OperatorTraits.

Definition at line 162 of file BelosOperator.hpp.

Member Function Documentation

template<class ScalarType >
static void Belos::OperatorTraits< ScalarType, MultiVec< ScalarType >, Operator< ScalarType > >::Apply ( const Operator< ScalarType > &  Op,
const MultiVec< ScalarType > &  x,
MultiVec< ScalarType > &  y,
ETrans  trans = NOTRANS 
)
inlinestatic

Specialization of Apply() for Operator and MultiVec objects.

Definition at line 167 of file BelosOperator.hpp.

template<class ScalarType >
static bool Belos::OperatorTraits< ScalarType, MultiVec< ScalarType >, Operator< ScalarType > >::HasApplyTranspose ( const Operator< ScalarType > &  Op)
inlinestatic

Specialization of HasApplyTranspose() for Operator objects.

Definition at line 177 of file BelosOperator.hpp.


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

Generated on Thu Mar 28 2024 09:24:30 for Belos by doxygen 1.8.5