Class MatlabReader.ComplexMatrix
Represents a matrix of complex numbers, when reading and writing MAT files.
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Serialization
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public class ComplexMatrix
Fields
Imaginary
Declaration
public Matrix Imaginary
Field Value
| Type | Description |
|---|---|
| Matrix |
Real
Declaration
public Matrix Real
Field Value
| Type | Description |
|---|---|
| Matrix |