Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
Specialization of ProductContainerTraits to Epetra_CrsMatrix 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 EpetraCrsMatrixCloner | cloner_type |
Typename of cloner. More... | |
Static Public Member Functions | |
static void | init (Epetra_CrsMatrix &mat, double val) |
Initialize matrix. More... | |
static void | update (Epetra_CrsMatrix &mat, double a, const Epetra_CrsMatrix &x) |
Update matrix. More... | |
static std::ostream & | print (std::ostream &os, const Epetra_CrsMatrix &mat) |
Print matrix. More... | |
Specialization of ProductContainerTraits to Epetra_CrsMatrix coefficients.
Definition at line 184 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.
typedef double Stokhos::ProductContainerTraits< Epetra_CrsMatrix >::value_type |
Typename of values.
Definition at line 188 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.
typedef int Stokhos::ProductContainerTraits< Epetra_CrsMatrix >::ordinal_type |
Typename of ordinals.
Definition at line 191 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.
typedef EpetraCrsMatrixCloner Stokhos::ProductContainerTraits< Epetra_CrsMatrix >::cloner_type |
Typename of cloner.
Definition at line 194 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.
|
inlinestatic |
Initialize matrix.
Definition at line 197 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.
|
inlinestatic |
Update matrix.
Definition at line 200 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.
|
inlinestatic |
Print matrix.
Definition at line 211 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.