Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ILeftModuleElement.cs
1
using
Waher.Script.Abstraction.Sets
;
2
3
namespace
Waher.Script.Abstraction.Elements
4
{
8
public
interface
ILeftModuleElement
:
IAbelianGroupElement
9
{
15
ILeftModuleElement
MultiplyScalarLeft
(
IRingElement
Scalar);
16
20
ILeftModule
AssociatedLeftModule
21
{
22
get
;
23
}
24
}
25
}
Waher.Script.Abstraction.Elements.IAbelianGroupElement
Basic interface for all types of abelian group elements.
Definition:
IAbelianGroupElement.cs:9
Waher.Script.Abstraction.Elements.ILeftModuleElement
Basic interface for all types of left module elements.
Definition:
ILeftModuleElement.cs:9
Waher.Script.Abstraction.Elements.ILeftModuleElement.AssociatedLeftModule
ILeftModule AssociatedLeftModule
Associated Left-Module.
Definition:
ILeftModuleElement.cs:21
Waher.Script.Abstraction.Elements.ILeftModuleElement.MultiplyScalarLeft
ILeftModuleElement MultiplyScalarLeft(IRingElement Scalar)
Tries to multiply a scalar to the current element from the left.
Waher.Script.Abstraction.Elements.IRingElement
Basic interface for all types of ring elements.
Definition:
IRingElement.cs:10
Waher.Script.Abstraction.Sets.ILeftModule
Basic interface for all types of left modules.
Definition:
ILeftModule.cs:10
Waher.Script.Abstraction.Elements
Definition:
AbelianGroupElement.cs:5
Waher.Script.Abstraction.Sets
Definition:
AbelianGroup.cs:5
IoTGateway
Script
Waher.Script
Abstraction
Elements
Interfaces
ILeftModuleElement.cs
Generated by
1.9.5