Stokhos  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Types | Static Public Member Functions | List of all members
Stokhos::ProductContainerTraits< Epetra_CrsMatrix > Class Template Reference

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.
 

Detailed Description

template<>
class Stokhos::ProductContainerTraits< Epetra_CrsMatrix >

Specialization of ProductContainerTraits to Epetra_CrsMatrix coefficients.


The documentation for this class was generated from the following file: