Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IRingElement.cs
1using System;
3
5{
10 {
17
24
30
35 {
36 get;
37 }
38 }
39}
Base class for all types of elements.
Definition: Element.cs:13
Basic interface for all types of abelian group elements.
Basic interface for all types of ring elements.
Definition: IRingElement.cs:10
IRingElement MultiplyRight(IRingElement Element)
Tries to multiply an element to the current element, from the right.
IRingElement Invert()
Inverts the element, if possible.
IRingElement MultiplyLeft(IRingElement Element)
Tries to multiply an element to the current element, from the left.
Basic interface for all types of rings.
Definition: IRing.cs:10