HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
DirectedGraph.hpp File Reference
#include <iostream>
#include <iomanip>
#include <vector>
#include <algorithm>
#include <functional>
#include <random>
#include <fstream>
#include <Eigen/Dense>
Include dependency graph for DirectedGraph.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DirectedEdge
 
class  DirectedCell
 
class  NodeArray
 
class  DirectedGraph
 

Typedefs

typedef std::vector< std::vector< std::size_t > > Array
 Type definition for a matrix of unsigned ints.
 

Functions

bool operator== (const DirectedEdge &, const DirectedEdge &)
 Boolean operation to test if two edges are equal.