DDD
1.9.0.20240826145154
|
#include "ddd/MLHom.h"
#include "ddd/UniqueTable.h"
#include <typeinfo>
#include "ddd/util/set.hh"
#include "ddd/MLCache.hh"
Classes | |
struct | d3::util::equal< _MLHom * > |
class | nsMLHom::Identity |
class | nsMLHom::Add |
class | nsMLHom::GHomAdapter |
class | nsMLHom::ConstantUp |
class | nsMLHom::LeftConcat |
Namespaces | |
d3 | |
d3::util | |
nsMLHom | |
Typedefs | |
typedef MLCache< MLHom, GDDD, HomNodeMap > | nsMLHom::MLHomCache |
Functions | |
MLHom | operator+ (const MLHom &h1, const MLHom &h2) |
Composition by union of two homomorphisms. More... | |
Variables | |
static UniqueTable< _MLHom > | canonical |
static MLHomCache | nsMLHom::mlcache |
Composition by union of two homomorphisms.
Where g,h are homomorphisms and d is a DDD.
|
static |
Referenced by MLHom::garbage().