Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IAbelianGroup.cs
1using System;
3
5{
9 public interface IAbelianGroup : IGroup
10 {
18
23 {
24 get;
25 }
26
27 }
28}
Basic interface for all types of abelian group elements.
Basic interface for all types of abelian groups.
IAbelianGroupElement Zero
Returns the zero element of the group.
IAbelianGroupElement Subtract(IAbelianGroupElement Left, IAbelianGroupElement Right)
Subtracts the right group element from the left one: Left-Right
Basic interface for all types of groups.
Definition: IGroup.cs:10