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.

Merge request reports

Loading