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
warning: unused `#[macro_use]` import
--> src\main.rs:1:1|1|#[macro_use]| ^^^^^^^^^^^^
|= note: `#[warn(unused_imports)]` on by default
error[E0599]: no method named `solve_into` found for struct `ArrayBase<OwnedRepr<f64>, Dim<[usize; 2]>>`in the current scope
--> src\main.rs:10:15|10| let x = a.solve_into(b).unwrap();
| ^^^^^^^^^^ method not found in`ArrayBase<OwnedRepr<f64>, Dim<[usize; 2]>>`
examples and tests:
PS C:\Users\Gibus\.git\ndarray-linalg\ndarray-linalg> cargo run --example solve --features intel-mkl
Finished dev [unoptimized+debuginfo] target(s) in0.15s
cargo test --features intel-mkl
...
All tests pass successfully.
Using Windows 10.
The text was updated successfully, but these errors were encountered:
ndarray-linalg hasn't been updated to use ndarray 0.14 yet (PR #258). Changing your Cargo.toml to ndarray = "0.13" should fix the issue until a new version of ndarray-linalg is released.
Trying to run the following code:
Cargo.toml
main.rs
error:
examples and tests:
All tests pass successfully.
Using Windows 10.
The text was updated successfully, but these errors were encountered: