Xpetra
Version of the Day
|
#include <Xpetra_VectorFactory_fwd.hpp>
Static Public Member Functions | |
static Teuchos::RCP < Xpetra::Vector< Scalar, LocalOrdinal, GlobalOrdinal, Node > > | Build (const Teuchos::RCP< const Xpetra::Map< LocalOrdinal, GlobalOrdinal, Node >> &map, bool zeroOut=true) |
Constructor specifying the number of non-zeros for all rows. More... | |
Private Member Functions | |
VectorFactory ()=default | |
Private constructor. This is a static class. More... | |
Definition at line 51 of file Xpetra_VectorFactory_fwd.hpp.
|
privatedefault |
Private constructor. This is a static class.
|
inlinestatic |
Constructor specifying the number of non-zeros for all rows.
Definition at line 88 of file Xpetra_VectorFactory_decl.hpp.