Ivorforce / NumDot

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

Comparison operators (greater, lesser, not_equal...) #34

Closed Ivorforce closed 1 month ago

Ivorforce commented 2 months ago

Needs #12 to be implemented.

xtensor has support for comparison operatos, so as soon as it's possible it should be pretty easy to add.

Ivorforce commented 1 month ago

12 is implemented now, so we should be able to do this. equal_to is already implemented as a proof of concept.