#include <Xpetra_VectorFactory.hpp>
Static Public Member Functions | |
| static RCP< Vector > | Build (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. | |
Definition at line 95 of file Xpetra_VectorFactory.hpp.
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.
| Xpetra::VectorFactory< double, int, int >::VectorFactory | ( | ) | [inline, private] |
Private constructor. This is a static class.
Definition at line 106 of file Xpetra_VectorFactory.hpp.
| static RCP<Vector> Xpetra::VectorFactory< double, int, int >::Build | ( | const Teuchos::RCP< const Map > & | map, |
| bool | zeroOut = true |
||
| ) | [inline, static] |
Definition at line 110 of file Xpetra_VectorFactory.hpp.
1.7.6.1