DDD  1.9.0.20240826145154
Classes | Typedefs | Functions
MLHom.h File Reference
#include "ddd/Hom.h"
#include "ddd/AdditiveMap.hpp"
Include dependency graph for MLHom.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MLHom
 
class  _MLHom
 
class  StrongMLHom
 

Typedefs

typedef AdditiveMap< GHom, GDDDHomNodeMap
 
typedef AdditiveMap< GHom, MLHomHomHomMap
 

Functions

MLHom operator+ (const MLHom &, const MLHom &)
 Composition by union of two homomorphisms. More...
 

Typedef Documentation

◆ HomHomMap

◆ HomNodeMap

Function Documentation

◆ operator+()

MLHom operator+ ( const MLHom h1,
const MLHom h2 
)

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.


Please comment this page and report errors about it on the RefDocComments page.
Generated on Mon Aug 26 2024 14:54:00 for DDD by doxygen 1.9.1