rust-ndarray / ndarray

ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations
https://docs.rs/ndarray/
Apache License 2.0
3.63k stars 307 forks source link

Fixes no_std + approx combination #1448

Closed akern40 closed 1 month ago

akern40 commented 1 month ago

These two features can coexist; fixing them included:

Closes #1447