DDD
1.9.0.20240826145154
|
Go to the source code of this file.
Classes | |
class | MLHom |
class | _MLHom |
class | StrongMLHom |
Typedefs | |
typedef AdditiveMap< GHom, GDDD > | HomNodeMap |
typedef AdditiveMap< GHom, MLHom > | HomHomMap |
Functions | |
MLHom | operator+ (const MLHom &, const MLHom &) |
Composition by union of two homomorphisms. More... | |
typedef AdditiveMap<GHom,MLHom> HomHomMap |
typedef AdditiveMap<GHom,GDDD> HomNodeMap |
Composition by union of two homomorphisms.
By definition, as homomorphism are linear, (h+g) (d) = h(d) + g(d) ;.
This commutative operation computes a homomorphism that evaluates as the sum of two homomorphism.
Semantics : (h1 + h2) (d) = h1(d) + h2(d).
Where g,h are homomorphisms and d is a DDD.