#include <Xpetra_CrsGraphFactory.hpp>
|
| static RCP< CrsGraph< LocalOrdinal, GlobalOrdinal, Node > > | Build (const Teuchos::RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > &map, size_t NumVectors, ProfileType pftype=DynamicProfile) |
| |
| 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, ProfileType pftype=DynamicProfile, const Teuchos::RCP< Teuchos::ParameterList > &plist=Teuchos::null) |
| |
Definition at line 233 of file Xpetra_CrsGraphFactory.hpp.
◆ LocalOrdinal
◆ GlobalOrdinal
◆ Node
◆ CrsGraphFactory()
◆ Build() [1/2]
◆ Build() [2/2]
| 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, |
|
|
ProfileType |
pftype = DynamicProfile, |
|
|
const Teuchos::RCP< Teuchos::ParameterList > & |
plist = Teuchos::null |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: