Static Public Member Functions | Private Types | Private Member Functions | List of all members
Xpetra::VectorFactory< double, int, int > 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 int GlobalOrdinal
 
typedef Vector< double, int, GlobalOrdinal >::node_type Node
 

Private Member Functions

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

Detailed Description

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

Definition at line 95 of file Xpetra_VectorFactory.hpp.

Member Typedef Documentation

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

Definition at line 97 of file Xpetra_VectorFactory.hpp.

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

Definition at line 98 of file Xpetra_VectorFactory.hpp.

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

Definition at line 99 of file Xpetra_VectorFactory.hpp.

typedef Vector<double, int, GlobalOrdinal>::node_type Xpetra::VectorFactory< double, int, int >::Node
private

Definition at line 100 of file Xpetra_VectorFactory.hpp.

Constructor & Destructor Documentation

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

Private constructor. This is a static class.

Definition at line 106 of file Xpetra_VectorFactory.hpp.

Member Function Documentation

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

Definition at line 110 of file Xpetra_VectorFactory.hpp.


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