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_Vector > Class Reference

Specialization of ProductContainerTraits to Epetra_Vector coefficients. More...

#include <Stokhos_VectorOrthogPolyTraitsEpetra.hpp>

Public Types

typedef double value_type
 Typename of values.
 
typedef int ordinal_type
 Typename of ordinals.
 
typedef EpetraVectorCloner cloner_type
 Typename of cloner.
 

Static Public Member Functions

static void init (Epetra_Vector &vec, double val)
 Initialize vector.
 
static void update (Epetra_Vector &vec, double a, const Epetra_Vector &x)
 Update vector.
 
static std::ostream & print (std::ostream &os, const Epetra_Vector &vec)
 Print vector.
 

Detailed Description

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

typedef int Stokhos::ProductContainerTraits< Epetra_Vector >::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: