Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
Stokhos::ProductContainerTraits< Epetra_CrsMatrix > Class 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

Specialization of ProductContainerTraits to Epetra_CrsMatrix coefficients.

Definition at line 184 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.

Member Typedef Documentation

◆ 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: