Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IToMatrix.cs
2
4{
8 public interface IToMatrix
9 {
15 }
16}
Basic interface for matrices.
Definition: IMatrix.cs:9
Interface for objects that can be converted into matrices.
Definition: IToMatrix.cs:9
IMatrix ToMatrix()
Converts the object to a matrix.