|
Xpetra
Version of the Day
|
#include <Xpetra_ExportFactory.hpp>
Static Public Member Functions | |
| static RCP< Export < LocalOrdinal, GlobalOrdinal, Node > > | Build (const RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > &source, const RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > &target) |
| Constructor specifying the number of non-zeros for all rows. More... | |
Private Member Functions | |
| ExportFactory () | |
| Private constructor. This is a static class. More... | |
Definition at line 31 of file Xpetra_ExportFactory.hpp.
|
inlineprivate |
Private constructor. This is a static class.
Definition at line 34 of file Xpetra_ExportFactory.hpp.
|
inlinestatic |
Constructor specifying the number of non-zeros for all rows.
Definition at line 38 of file Xpetra_ExportFactory.hpp.