LibRapid / librapid

A highly optimised C++ library for mathematical applications and neural networks.
http://librapid.rtfd.io
MIT License
164 stars 10 forks source link

Array Slicing #139

Open Pencilcaseman opened 1 year ago

Pencilcaseman commented 1 year ago

Is your feature request related to a problem? Please describe. There is currently no way of accessing sub-arrays without manually iterating over them, which is sometimes difficult and inconvenient.

Describe the solution you'd like Some sort of ArraySlice object that can be used as a strided view of an Array object.

Describe alternatives you've considered