#include <Xpetra_CrsGraphFactory.hpp>
|
| static RCP< CrsGraph< LocalOrdinal, GlobalOrdinal, Node > > | Build (const RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > &rowMap) |
| | Constructor for empty graph (intended use is an import/export target - can't insert entries directly) More...
|
| |
| static RCP< CrsGraph< LocalOrdinal, GlobalOrdinal, Node > > | Build (const Teuchos::RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > &map, size_t maxNumEntriesPerRow) |
| |
| static Teuchos::RCP< CrsGraph< LocalOrdinal, GlobalOrdinal, Node > > | Build (const Teuchos::RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > &rowMap, const Teuchos::RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > &colMap, const ArrayRCP< const size_t > &NumEntriesPerRowToAlloc, const Teuchos::RCP< Teuchos::ParameterList > &plist=Teuchos::null) |
| |
Definition at line 246 of file Xpetra_CrsGraphFactory.hpp.
◆ LocalOrdinal
◆ GlobalOrdinal
◆ Node
◆ CrsGraphFactory()
◆ Build() [1/3]
Constructor for empty graph (intended use is an import/export target - can't insert entries directly)
Definition at line 259 of file Xpetra_CrsGraphFactory.hpp.
◆ Build() [2/3]
◆ Build() [3/3]
| static Teuchos::RCP<CrsGraph<LocalOrdinal, GlobalOrdinal, Node> > Xpetra::CrsGraphFactory< int, int, EpetraNode >::Build |
( |
const Teuchos::RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > & |
rowMap, |
|
|
const Teuchos::RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > & |
colMap, |
|
|
const ArrayRCP< const size_t > & |
NumEntriesPerRowToAlloc, |
|
|
const Teuchos::RCP< Teuchos::ParameterList > & |
plist = Teuchos::null |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: