Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IVectorSpace.cs
1
using
System;
2
using
Waher.Script.Abstraction.Elements
;
3
4
namespace
Waher.Script.Abstraction.Sets
5
{
9
public
interface
IVectorSpace
:
IModule
10
{
14
IField
ScalarField
15
{
16
get
;
17
}
18
25
IVectorSpaceElement
MultiplyScalar
(
IFieldElement
Scalar,
IVectorSpaceElement
VectorSpaceElement
);
26
}
27
}
Waher.Script.Abstraction.Elements.VectorSpaceElement
Base class for all types of vector space elements (vectors).
Definition:
VectorSpaceElement.cs:10
Waher.Script.Abstraction.Elements.IFieldElement
Basic interface for all types of field elements.
Definition:
IFieldElement.cs:10
Waher.Script.Abstraction.Elements.IVectorSpaceElement
Basic interface for all types of module elements.
Definition:
IVectorSpaceElement.cs:9
Waher.Script.Abstraction.Sets.IField
Basic interface for all types of fields.
Definition:
IField.cs:9
Waher.Script.Abstraction.Sets.IModule
Basic interface for all types of modules.
Definition:
IModule.cs:10
Waher.Script.Abstraction.Sets.IVectorSpace
Basic interface for all types of modules.
Definition:
IVectorSpace.cs:10
Waher.Script.Abstraction.Sets.IVectorSpace.ScalarField
IField ScalarField
Scalar field.
Definition:
IVectorSpace.cs:15
Waher.Script.Abstraction.Sets.IVectorSpace.MultiplyScalar
IVectorSpaceElement MultiplyScalar(IFieldElement Scalar, IVectorSpaceElement VectorSpaceElement)
Performs a scalar multiplication, if possible.
Waher.Script.Abstraction.Elements
Definition:
AbelianGroupElement.cs:5
Waher.Script.Abstraction.Sets
Definition:
AbelianGroup.cs:5
IoTGateway
Script
Waher.Script
Abstraction
Sets
Interfaces
IVectorSpace.cs
Generated by
1.9.5