Matrix<T>.GetRows(Subset) Method

Returns a matrix containing only the rows in the specified subset.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Matrix<T> GetRows(
	Subset subset
)

Parameters

subset  Subset
A subset that specifies the rows to return.

Return Value

Matrix<T>
A matrix containing only the rows in subset.

See Also