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