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

Specialization of ProductContainerTraits to Epetra_Operator coefficients. More...

#include <Stokhos_VectorOrthogPolyTraitsEpetra.hpp>

Public Types

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

Static Public Member Functions

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

Detailed Description

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

typedef int Stokhos::ProductContainerTraits< Epetra_Operator >::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: