Subsets the column 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 column.- end
A
unsigned int
that indicates the ending column.
Subsets the column 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 column.
A unsigned int
that indicates the ending column.