Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
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. 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...
 

Detailed Description

template<>
class Stokhos::ProductContainerTraits< Epetra_CrsMatrix >

Specialization of ProductContainerTraits to Epetra_CrsMatrix coefficients.

Definition at line 184 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.

Member Typedef Documentation

◆ value_type

typedef double Stokhos::ProductContainerTraits< Epetra_CrsMatrix >::value_type

Typename of values.

Definition at line 188 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.

◆ ordinal_type

typedef int Stokhos::ProductContainerTraits< Epetra_CrsMatrix >::ordinal_type

Typename of ordinals.

Definition at line 191 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.

◆ cloner_type

Typename of cloner.

Definition at line 194 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.

Member Function Documentation

◆ init()

static void Stokhos::ProductContainerTraits< Epetra_CrsMatrix >::init ( Epetra_CrsMatrix &  mat,
double  val 
)
inlinestatic

Initialize matrix.

Definition at line 197 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.

◆ update()

static void Stokhos::ProductContainerTraits< Epetra_CrsMatrix >::update ( Epetra_CrsMatrix &  mat,
double  a,
const Epetra_CrsMatrix &  x 
)
inlinestatic

Update matrix.

Definition at line 200 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.

◆ print()

static std::ostream& Stokhos::ProductContainerTraits< Epetra_CrsMatrix >::print ( std::ostream &  os,
const Epetra_CrsMatrix &  mat 
)
inlinestatic

Print matrix.

Definition at line 211 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.


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