Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
RightModuleElement.cs
1using System;
3
5{
10 {
15 {
16 }
17
24
28 public override ISet AssociatedSet => this.AssociatedRightModule;
29
34
39
44
49 {
50 get;
51 }
52 }
53}
Base class for all types of abelian group elements.
Base class for all types of right module elements.
abstract IRightModuleElement MultiplyScalarRight(IRingElement Scalar)
Tries to multiply a scalar to the current element from the right.
abstract IRightModule AssociatedRightModule
Associated Right-Module.
override IAbelianGroup AssociatedAbelianGroup
Associated Abelian Group.
RightModuleElement()
Base class for all types of right module elements.
override ISemiGroup AssociatedSemiGroup
Associated Semi-Group.
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 groups.
Definition: IGroup.cs:10
Basic interface for all types of right modules.
Definition: IRightModule.cs:10
Basic interface for all types of semigroups.
Definition: ISemiGroup.cs:10
Basic interface for all types of sets.
Definition: ISet.cs:10