Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ILeftModuleElement.cs
2
4{
9 {
16
21 {
22 get;
23 }
24 }
25}
Basic interface for all types of abelian group elements.
Basic interface for all types of left module elements.
ILeftModule AssociatedLeftModule
Associated Left-Module.
ILeftModuleElement MultiplyScalarLeft(IRingElement Scalar)
Tries to multiply a scalar to the current element from the left.
Basic interface for all types of ring elements.
Definition: IRingElement.cs:10
Basic interface for all types of left modules.
Definition: ILeftModule.cs:10