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: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public IIndex? ColumnIndex { get; set; }

Property Value

IIndex

See Also