|
DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
|
#include <iostream>#include <map>#include <set>#include <unordered_set>#include <exception>#include <cstdint>#include <vector>#include <utility>#include <algorithm>#include <type_traits>#include <optional>Go to the source code of this file.
Classes | |
| struct | CorrectRCM::hash_pair |
| class | CorrectRCM::UndirectedGraphProxy< tGraphAdjFunctor > |
Namespaces | |
| namespace | CorrectRCM |
Macros | |
| #define | __CORRECTRCM_H |
Functions | |
| template<typename TGraph , typename TFFiller , typename TIndex > | |
| void | CorrectRCM::CuthillMcKeeOrdering (TGraph &&G, TFFiller &&FFiller, TIndex &&root, std::optional< std::reference_wrapper< std::ostream > > os={}) |
| #define __CORRECTRCM_H |
Definition at line 4 of file CorrectRCM.hpp.