Ivorforce / NumDot

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

NDArrays should be iterable #18

Open Ivorforce opened 2 weeks ago

Ivorforce commented 2 weeks ago

I suppose they would iterate the first dimension, as in numpy. To iterate all, ideally one would take a flat view first, though that is limited by #17 not being implemented.