Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
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... | |
Specialization of ProductContainerTraits to Epetra_Operator coefficients.
Definition at line 220 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.
typedef double Stokhos::ProductContainerTraits< Epetra_Operator >::value_type |
Typename of values.
Definition at line 224 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.
typedef int Stokhos::ProductContainerTraits< Epetra_Operator >::ordinal_type |
Typename of ordinals.
Definition at line 227 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.
typedef EpetraOperatorCloner Stokhos::ProductContainerTraits< Epetra_Operator >::cloner_type |
Typename of cloner.
Definition at line 230 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.
|
inlinestatic |
Initialize operator.
Definition at line 233 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.
|
inlinestatic |
Update operator.
Definition at line 239 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.
|
inlinestatic |
Print operator.
Definition at line 247 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.