Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IAbelianGroupElement.cs
2
4{
9 {
16
21 {
22 get;
23 }
24
29 {
30 get;
31 }
32 }
33}
Base class for all types of elements.
Definition: Element.cs:13
Basic interface for all types of abelian group elements.
IAbelianGroup AssociatedAbelianGroup
Associated Abelian Group.
IAbelianGroupElement Add(IAbelianGroupElement Element)
Tries to add an element to the current element.
IAbelianGroupElement Zero
Returns the zero element of the group.
Basic interface for all types of group elements.
Definition: IGroupElement.cs:9
Basic interface for all types of abelian groups.