Add `regspace()`
This relatively straightforward MR adds regspace() with an implementation that matches Armadillo's. It reuses the linspace kernel for ascending sequences, but a new kernel is necessary for descending sequences.
This relatively straightforward MR adds regspace() with an implementation that matches Armadillo's. It reuses the linspace kernel for ascending sequences, but a new kernel is necessary for descending sequences.