Support Array Slicing
Array slicing is very handy. Ideally it would be nice if slicing could be implemented as straight forward as is done python with numpy arrays. However, packages like ublas for C++ also support slicing.
7
votes
Implemented in subvector routines, in F# even with native slicing support.
1 comment
-
Gregor
commented
the basic functionalty exists via subvector.
if you need more am busy with a branch that can do setsubvector on a mask matrix, enumerable of indices etc.