LinearOperator<T>.ColumnIndex Property

Gets or sets the index of labels for the columns of the matrix.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.2.0
C#
public IIndex? ColumnIndex { get; set; }

Property Value

IIndex

See Also