LinearOperator<T>.RowIndex Property

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

Definition

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

Property Value

IIndex

See Also