Subsets the row by going from high indices to low (the reverse of the supported practice)
Arguments
- x
A
matrix
of dimensions M x N- start
A
unsigned int
that indicates the starting row.- end
A
unsigned int
that indicates the ending row.
Subsets the row by going from high indices to low (the reverse of the supported practice)
A matrix
of dimensions M x N
A unsigned int
that indicates the starting row.
A unsigned int
that indicates the ending row.