Click or drag to resize

IComplexFloatMatrix Interface

Represents the simplest form of a 2D matrix of Complex32 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 IComplexFloatMatrix : IROComplexFloatMatrix

The IComplexFloatMatrix type exposes the following members.

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