You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I've updated to ndarray 0.15.1 and ndarray-linalg 0.13.1 and some code that was using inv() now doesn't work, it's probably something silly my end so I was hoping someone could point me in the right direction. I'm using the mkl backend and here's a reduced code example with just the involved code:
error[E0599]: no method named `inv` found for struct `ndarray::ArrayBase<OwnedRepr<f64>, Dim<[usize; 2]>>` in the current scope
--> src/transform/mod.rs:118:18
|
118 | .inv()
| ^^^ method not found in `ndarray::ArrayBase<OwnedRepr<f64>, Dim<[usize; 2]>>`
The text was updated successfully, but these errors were encountered:
So I've updated to ndarray 0.15.1 and ndarray-linalg 0.13.1 and some code that was using inv() now doesn't work, it's probably something silly my end so I was hoping someone could point me in the right direction. I'm using the mkl backend and here's a reduced code example with just the involved code:
And the error is:
The text was updated successfully, but these errors were encountered: