Click or drag to resize

IROComplexFloatMatrix Interface

IROMatrix represents a read-only matrix of Complex32 values.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IROComplexFloatMatrix

The IROComplexFloatMatrix type exposes the following members.

Properties
 NameDescription
Public propertyColumnsThe number of columns of the matrix.
Public propertyItemGets an element of the matrix at (row, col).
Public propertyRowsThe number of rows of the matrix.
Top
See Also