Subsets the column by going from high indices to low (the reverse of the supported practice)
Arguments
- x
A
matrixof dimensions M x N- start
A
unsigned intthat indicates the starting column.- end
A
unsigned intthat 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.