Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IToMatrix.cs
1
using
Waher.Script.Abstraction.Elements
;
2
3
namespace
Waher.Script.Operators.Matrices
4
{
8
public
interface
IToMatrix
9
{
14
IMatrix
ToMatrix
();
15
}
16
}
Waher.Script.Abstraction.Elements.IMatrix
Basic interface for matrices.
Definition:
IMatrix.cs:9
Waher.Script.Operators.Matrices.IToMatrix
Interface for objects that can be converted into matrices.
Definition:
IToMatrix.cs:9
Waher.Script.Operators.Matrices.IToMatrix.ToMatrix
IMatrix ToMatrix()
Converts the object to a matrix.
Waher.Script.Abstraction.Elements
Definition:
AbelianGroupElement.cs:5
Waher.Script.Operators.Matrices
Definition:
ColumnVector.cs:10
IoTGateway
Script
Waher.Script
Operators
Matrices
IToMatrix.cs
Generated by
1.9.5