Click or drag to resize

IComplexDoubleMatrix Interface

Represents the simplest form of a 2D matrix of Altaxo.Calc.LinearAlgebra.Complex values, which is readable and writeable.

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

The IComplexDoubleMatrix type exposes the following members.

Properties
 NameDescription
Public propertyColumnsThe number of columns of the matrix.
(Inherited from IROComplexDoubleMatrix)
Public propertyItemGet / sets an element of the matrix at (row, col).
Public propertyRowsThe number of rows of the matrix.
(Inherited from IROComplexDoubleMatrix)
Top
See Also