#include <Xpetra_CrsGraphFactory.hpp>
| Static Public Member Functions | |
| static Teuchos::RCP< CrsGraph < LocalOrdinal, GlobalOrdinal, Node > > | Build (const Teuchos::RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > &map, size_t NumVectors, ProfileType pftype=DynamicProfile) | 
| Constructor specifying the number of non-zeros for all rows.  More... | |
| 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) | 
| Constructor specifying column Map and number of entries in each row.  More... | |
| Private Member Functions | |
| CrsGraphFactory () | |
| Private constructor. This is a static class.  More... | |
Definition at line 70 of file Xpetra_CrsGraphFactory.hpp.
| 
 | inlineprivate | 
Private constructor. This is a static class.
Definition at line 73 of file Xpetra_CrsGraphFactory.hpp.
| 
 | inlinestatic | 
Constructor specifying the number of non-zeros for all rows.
Definition at line 78 of file Xpetra_CrsGraphFactory.hpp.
| 
 | inlinestatic | 
Constructor specifying column Map and number of entries in each row.
Definition at line 93 of file Xpetra_CrsGraphFactory.hpp.
 1.8.5
 1.8.5