Ivorforce / NumDot

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

Lambda Map / Reduce #44

Open Ivorforce opened 2 months ago

Ivorforce commented 2 months ago

For operations currently not supported, map / reduce would be nice. This would eliminate many reasons to use for loops, and be a good lot faster because of the inversion of control.