Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IRightModule.cs
1using System;
3
5{
9 public interface IRightModule : IAbelianGroup
10 {
15 {
16 get;
17 }
18
26
27 }
28}
Base class for all types of module elements.
Basic interface for all types of right module elements.
Basic interface for all types of ring elements.
Definition: IRingElement.cs:10
Basic interface for all types of abelian groups.
Basic interface for all types of right modules.
Definition: IRightModule.cs:10
IRightModuleElement MultiplyScalarRight(IRightModuleElement ModuleElement, IRingElement Scalar)
Performs a scalar multiplication, if possible.
Basic interface for all types of rings.
Definition: IRing.cs:10