#include <Xpetra_VectorFactory.hpp>
Static Public Member Functions | |
| static RCP< Vector > | Build (const Teuchos::RCP< const Map > &map, bool zeroOut=true) |
Private Types | |
| typedef int | Scalar |
| typedef int | LocalOrdinal |
| typedef int | GlobalOrdinal |
| typedef Vector< int, int, GlobalOrdinal >::node_type | Node |
Private Member Functions | |
| VectorFactory () | |
| Private constructor. This is a static class. | |
Definition at line 171 of file Xpetra_VectorFactory.hpp.
typedef int Xpetra::VectorFactory< int, int, int >::Scalar [private] |
Definition at line 173 of file Xpetra_VectorFactory.hpp.
typedef int Xpetra::VectorFactory< int, int, int >::LocalOrdinal [private] |
Definition at line 174 of file Xpetra_VectorFactory.hpp.
typedef int Xpetra::VectorFactory< int, int, int >::GlobalOrdinal [private] |
Definition at line 175 of file Xpetra_VectorFactory.hpp.
typedef Vector<int, int, GlobalOrdinal>::node_type Xpetra::VectorFactory< int, int, int >::Node [private] |
Definition at line 176 of file Xpetra_VectorFactory.hpp.
| Xpetra::VectorFactory< int, int, int >::VectorFactory | ( | ) | [inline, private] |
Private constructor. This is a static class.
Definition at line 182 of file Xpetra_VectorFactory.hpp.
| static RCP<Vector> Xpetra::VectorFactory< int, int, int >::Build | ( | const Teuchos::RCP< const Map > & | map, |
| bool | zeroOut = true |
||
| ) | [inline, static] |
Definition at line 186 of file Xpetra_VectorFactory.hpp.
1.7.6.1