Ivorforce / NumDot

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

Conversion: 2-Dimensional Packed* from NDArray #63

Closed Ivorforce closed 1 month ago

Ivorforce commented 1 month ago

Should only be compatible with corresponding shapes, eg. PackedVector2Array from [x, 2].

Ivorforce commented 1 month ago

This is complete by now: NDArray has conversion functions for all packed arrays (except strings).