Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
Public Types | Static Public Member Functions | List of all members
Stokhos::ProductContainerTraits< Epetra_Vector > Class Template Reference

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...
 

Detailed Description

template<>
class Stokhos::ProductContainerTraits< Epetra_Vector >

Specialization of ProductContainerTraits to Epetra_Vector coefficients.

Definition at line 121 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.

Member Typedef Documentation

◆ value_type

Typename of values.

Definition at line 125 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.

◆ ordinal_type

Typename of ordinals.

Definition at line 128 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.

◆ cloner_type

Typename of cloner.

Definition at line 131 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.

Member Function Documentation

◆ init()

static void Stokhos::ProductContainerTraits< Epetra_Vector >::init ( Epetra_Vector vec,
double  val 
)
inlinestatic

Initialize vector.

Definition at line 134 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.

◆ update()

static void Stokhos::ProductContainerTraits< Epetra_Vector >::update ( Epetra_Vector vec,
double  a,
const Epetra_Vector x 
)
inlinestatic

Update vector.

Definition at line 137 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.

◆ print()

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

Print vector.

Definition at line 142 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.


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