Ivorforce / NumDot

Tensor math and scientific computation for the Godot game engine.
https://numdot.readthedocs.io
MIT License
20 stars 7 forks source link

Add negative index support for index views #107

Open Ivorforce opened 1 month ago

Ivorforce commented 1 month ago

This either requires forking from index views, or modding the index views before handing it there to replace any negative indices.

It's not all that important though, since most people will use positive indices for index views.