Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IRightModuleElement.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 right module elements.
IRightModule AssociatedRightModule
Associated Right-Module.
IRightModuleElement MultiplyScalarRight(IRingElement Scalar)
Tries to multiply a scalar to the current element from the right.
Basic interface for all types of ring elements.
Definition: IRingElement.cs:10
Basic interface for all types of right modules.
Definition: IRightModule.cs:10