IROComplexFloatMatrix Type

IROMatrix represents a read-only matrix of ComplexFloat values.

Instance members

Instance member Description

this.Columns

Full Usage: this.Columns

Returns: int
Modifiers: abstract

The number of columns of the matrix.

Returns: int

this.[arg1, arg2]

Full Usage: this.[arg1, arg2]

Parameters:
    arg0 : int
    arg1 : int

Returns: ComplexFloat
Modifiers: abstract

Gets an element of the matrix at (row, col).

arg0 : int
arg1 : int
Returns: ComplexFloat

this.Rows

Full Usage: this.Rows

Returns: int
Modifiers: abstract

The number of rows of the matrix.

Returns: int