Search Results for

    Show / Hide Table of Contents

    Class MatlabReader.ComplexMatrix

    Represents a matrix of complex numbers, when reading and writing MAT files.

    Inheritance
    Object
    MatlabReader.ComplexMatrix
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    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
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.