ndarray
ndarray copied to clipboard
Tracking Issue for no_std
Just so I can keep track of a few things:
- Some issues running tests with #1487
- Mainly caused by linspace only being available with
feature = "std" - See #708 for the originating issue for us
- See rust-num/num-traits#197 for the corresponding discussion that
ndarraycontributors had started withnum-traits