LinearOperator<T>.ColumnIndex Property

This API is preliminary and subject to change.
Gets or sets the index of labels for the columns of the matrix.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public IIndex ColumnIndex { get; set; }

Property Value

IIndex

See Also