All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | Private Types | Private Member Functions | List of all members
Xpetra::VectorFactory< double, int, long long, EpetraNode > Class Template Reference

#include <Xpetra_VectorFactory.hpp>

Static Public Member Functions

static RCP< VectorBuild (const Teuchos::RCP< const Map > &map, bool zeroOut=true)
 

Private Types

typedef double Scalar
 
typedef int LocalOrdinal
 
typedef long long GlobalOrdinal
 
typedef EpetraNode Node
 

Private Member Functions

 VectorFactory ()
 Private constructor. This is a static class. More...
 

Detailed Description

template<>
class Xpetra::VectorFactory< double, int, long long, EpetraNode >

Definition at line 155 of file Xpetra_VectorFactory.hpp.

Member Typedef Documentation

typedef double Xpetra::VectorFactory< double, int, long long, EpetraNode >::Scalar
private

Definition at line 157 of file Xpetra_VectorFactory.hpp.

typedef int Xpetra::VectorFactory< double, int, long long, EpetraNode >::LocalOrdinal
private

Definition at line 158 of file Xpetra_VectorFactory.hpp.

typedef long long Xpetra::VectorFactory< double, int, long long, EpetraNode >::GlobalOrdinal
private

Definition at line 159 of file Xpetra_VectorFactory.hpp.

typedef EpetraNode Xpetra::VectorFactory< double, int, long long, EpetraNode >::Node
private

Definition at line 160 of file Xpetra_VectorFactory.hpp.

Constructor & Destructor Documentation

Xpetra::VectorFactory< double, int, long long, EpetraNode >::VectorFactory ( )
inlineprivate

Private constructor. This is a static class.

Definition at line 167 of file Xpetra_VectorFactory.hpp.

Member Function Documentation

static RCP<Vector> Xpetra::VectorFactory< double, int, long long, EpetraNode >::Build ( const Teuchos::RCP< const Map > &  map,
bool  zeroOut = true 
)
inlinestatic

Definition at line 171 of file Xpetra_VectorFactory.hpp.


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