Click or drag to resize

IROComplexDoubleMatrix Interface

IROMatrix represents a read-only matrix of Altaxo.Calc.LinearAlgebra.Complex values.

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

The IROComplexDoubleMatrix 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