termoshtt / eom

Configurable ODE/PDE solver
MIT License
58 stars 8 forks source link

Update ndarray version to be able to use in Windows PC (Intel-MKL). #77

Closed doraneko94 closed 4 years ago

doraneko94 commented 4 years ago

I updated ndarray and ndarray-linalg version because I want to use this crate in Windows (Intel-MKL). Then, I rewrote some deprecated traits(DataClone) and syntax(azip!, from_vec).

termoshtt commented 4 years ago

Thanks!