DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
CorrectRCM.hpp File Reference
#include <iostream>
#include <map>
#include <set>
#include <unordered_set>
#include <exception>
#include <cstdint>
#include <vector>
#include <utility>
#include <algorithm>
#include <type_traits>
#include <optional>
Include dependency graph for CorrectRCM.hpp:
This graph shows which files directly or indirectly include this file:

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={})
 

Macro Definition Documentation

◆ __CORRECTRCM_H

#define __CORRECTRCM_H

Definition at line 4 of file CorrectRCM.hpp.