|
Stokhos Development
|
Specialization of ProductContainerTraits to Epetra_CrsMatrix coefficients. More...
#include <Stokhos_VectorOrthogPolyTraitsEpetra.hpp>
Public Types | |
| typedef double | value_type |
| Typename of values. | |
| typedef int | ordinal_type |
| Typename of ordinals. | |
| typedef EpetraCrsMatrixCloner | cloner_type |
| Typename of cloner. | |
Static Public Member Functions | |
| static void | init (Epetra_CrsMatrix &mat, double val) |
| Initialize matrix. | |
| static void | update (Epetra_CrsMatrix &mat, double a, const Epetra_CrsMatrix &x) |
| Update matrix. | |
| static std::ostream & | print (std::ostream &os, const Epetra_CrsMatrix &mat) |
| Print matrix. | |
Specialization of ProductContainerTraits to Epetra_CrsMatrix coefficients.