Ivorforce / NumDot

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

NDArray reshapes #17

Closed Ivorforce closed 2 months ago

Ivorforce commented 2 months ago

xtensor has support for reshapes, so it should be easy to return a reshaped copy.

Ivorforce commented 2 months ago

Actually, consider this a duplicate of the umbrella #14.