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