Stokhos Package Browser (Single Doxygen Collection) Version of the Day
|
Specialization of ProductContainerTraits to Epetra_Vector coefficients. More...
#include <Stokhos_VectorOrthogPolyTraitsEpetra.hpp>
Public Types | |
typedef double | value_type |
Typename of values. | |
typedef int | ordinal_type |
Typename of ordinals. | |
typedef EpetraVectorCloner | cloner_type |
Typename of cloner. | |
Static Public Member Functions | |
static void | init (Epetra_Vector &vec, double val) |
Initialize vector. | |
static void | update (Epetra_Vector &vec, double a, const Epetra_Vector &x) |
Update vector. | |
static std::ostream & | print (std::ostream &os, const Epetra_Vector &vec) |
Print vector. | |
Specialization of ProductContainerTraits to Epetra_Vector coefficients.
Definition at line 121 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.
typedef double Stokhos::ProductContainerTraits< Epetra_Vector >::value_type |
Typename of values.
Definition at line 125 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.
typedef int Stokhos::ProductContainerTraits< Epetra_Vector >::ordinal_type |
Typename of ordinals.
Definition at line 128 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.
typedef EpetraVectorCloner Stokhos::ProductContainerTraits< Epetra_Vector >::cloner_type |
Typename of cloner.
Definition at line 131 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.
|
inlinestatic |
Initialize vector.
Definition at line 134 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.
|
inlinestatic |
Update vector.
Definition at line 137 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.
|
inlinestatic |
Print vector.
Definition at line 142 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.