|
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. More... | |
| typedef int | ordinal_type |
| Typename of ordinals. More... | |
| typedef EpetraVectorCloner | cloner_type |
| Typename of cloner. More... | |
Static Public Member Functions | |
| static void | init (Epetra_Vector &vec, double val) |
| Initialize vector. More... | |
| static void | update (Epetra_Vector &vec, double a, const Epetra_Vector &x) |
| Update vector. More... | |
| static std::ostream & | print (std::ostream &os, const Epetra_Vector &vec) |
| Print vector. More... | |
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.
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.
1.8.14