Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ILeftModule.cs
1
using
System;
2
using
Waher.Script.Abstraction.Elements
;
3
4
namespace
Waher.Script.Abstraction.Sets
5
{
9
public
interface
ILeftModule
:
IAbelianGroup
10
{
14
IRing
ScalarRing
15
{
16
get
;
17
}
18
25
ILeftModuleElement
MultiplyScalarLeft
(
IRingElement
Scalar,
ILeftModuleElement
ModuleElement
);
26
27
}
28
}
Waher.Script.Abstraction.Elements.ModuleElement
Base class for all types of module elements.
Definition:
ModuleElement.cs:10
Waher.Script.Abstraction.Elements.ILeftModuleElement
Basic interface for all types of left module elements.
Definition:
ILeftModuleElement.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.ILeftModule
Basic interface for all types of left modules.
Definition:
ILeftModule.cs:10
Waher.Script.Abstraction.Sets.ILeftModule.MultiplyScalarLeft
ILeftModuleElement MultiplyScalarLeft(IRingElement Scalar, ILeftModuleElement ModuleElement)
Performs a scalar multiplication, if possible.
Waher.Script.Abstraction.Sets.ILeftModule.ScalarRing
IRing ScalarRing
Scalar ring.
Definition:
ILeftModule.cs:15
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
ILeftModule.cs
Generated by
1.9.5