Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
Public Types | Static Public Member Functions | List of all members
Stokhos::ProductContainerTraits< Epetra_Operator > Class Template Reference

Specialization of ProductContainerTraits to Epetra_Operator coefficients. More...

#include <Stokhos_VectorOrthogPolyTraitsEpetra.hpp>

Public Types

typedef double value_type
 Typename of values. More...
 
typedef int ordinal_type
 Typename of ordinals. More...
 
typedef EpetraOperatorCloner cloner_type
 Typename of cloner. More...
 

Static Public Member Functions

static void init (Epetra_Operator &op, double val)
 Initialize operator. More...
 
static void update (Epetra_Operator &op, double a, const Epetra_Operator &x_op)
 Update operator. More...
 
static std::ostream & print (std::ostream &os, const Epetra_Operator &op)
 Print operator. More...
 

Detailed Description

template<>
class Stokhos::ProductContainerTraits< Epetra_Operator >

Specialization of ProductContainerTraits to Epetra_Operator coefficients.

Definition at line 220 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.

Member Typedef Documentation

◆ value_type

Typename of values.

Definition at line 224 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.

◆ ordinal_type

Typename of ordinals.

Definition at line 227 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.

◆ cloner_type

Typename of cloner.

Definition at line 230 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.

Member Function Documentation

◆ init()

static void Stokhos::ProductContainerTraits< Epetra_Operator >::init ( Epetra_Operator op,
double  val 
)
inlinestatic

Initialize operator.

Definition at line 233 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.

◆ update()

static void Stokhos::ProductContainerTraits< Epetra_Operator >::update ( Epetra_Operator op,
double  a,
const Epetra_Operator x_op 
)
inlinestatic

Update operator.

Definition at line 239 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.

◆ print()

static std::ostream& Stokhos::ProductContainerTraits< Epetra_Operator >::print ( std::ostream &  os,
const Epetra_Operator op 
)
inlinestatic

Print operator.

Definition at line 247 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.


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