SciSharp / NumSharp

High Performance Computation for N-D Tensors in .NET, similar API to NumPy.
https://github.com/SciSharp
Apache License 2.0
1.36k stars 189 forks source link

Enabled NDArray boolean comparisons for LessThan, GreaterThan, and … #395

Closed Rikki-Tavi closed 3 years ago

Rikki-Tavi commented 4 years ago

…NotEqual. Also added new unit tests for these which exercise Double, Float. Int32 and Int64 NDArray test cases.