|
MueLu Version of the Day
|
#include <Xpetra_Map.hpp>#include <Xpetra_Vector.hpp>#include <Xpetra_MultiVectorFactory.hpp>#include <Xpetra_MapFactory.hpp>#include <Xpetra_VectorFactory.hpp>#include "KokkosKernels_Handle.hpp"#include "KokkosSparse_spgemm.hpp"#include "KokkosSparse_spmv.hpp"#include "MueLu_NotayAggregationFactory_decl.hpp"#include "MueLu_Aggregates.hpp"#include "MueLu_GraphBase.hpp"#include "MueLu_Level.hpp"#include "MueLu_MasterList.hpp"#include "MueLu_Monitor.hpp"#include "MueLu_Types.hpp"#include "MueLu_Utilities.hpp"Go to the source code of this file.
Namespaces | |
| namespace | MueLu |
| Namespace for MueLu classes and methods. | |
| namespace | MueLu::NotayUtils |
Macros | |
| #define | SET_VALID_ENTRY(name) |
Functions | |
| template<class LocalOrdinal> | |
| LocalOrdinal | MueLu::NotayUtils::RandomOrdinal (LocalOrdinal min, LocalOrdinal max) |
| template<class LocalOrdinal> | |
| void | MueLu::NotayUtils::RandomReorder (Teuchos::Array< LocalOrdinal > &list) |
| #define SET_VALID_ENTRY | ( | name | ) |