Belos Package Browser (Single Doxygen Collection) Development
Loading...
Searching...
No Matches
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.
 
static bool HasApplyTranspose (const Operator< ScalarType > &Op)
 Specialization of HasApplyTranspose() for Operator objects.
 

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

◆ Apply()

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.

◆ HasApplyTranspose()

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: