Returns a matrix containing only the rows in the specified subset.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Matrix<T> GetRows(
Subset subset
)
Public Function GetRows (
subset As Subset
) As Matrix(Of T)
public:
Matrix<T>^ GetRows(
Subset^ subset
)
member GetRows :
subset : Subset -> Matrix<'T>
Parameters
- subset
- Type: Extreme.DataAnalysisSubset
A subset that specifies the rows to return.
Return Value
Type:
MatrixTA matrix containing only the rows in
subset.
Reference