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
[package]
name = "canyon"version = "0.1.0"edition = "2021"# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nalgebra = "0.31.0"csv = "1.1.6"
The text was updated successfully, but these errors were encountered:
rust-analyzer version: rust-analyzer version: 0.3.1131-standalone (897a7ec 2022-07-17)
rustc version: 1.62.1
relevant settings:
Bug appears on both Windows and WSL. On Windows 11 / Ubuntu 20.04
The code compiles and runs fine, no issues, but Rust-analyzer gives me an error when using DMatrix (typed as Matrix)'s associated functions.
Code example:
Error:

This code lines up with nalgebra's documentation, as found here: https://nalgebra.org/docs/user_guide/vectors_and_matrices#matrix-construction
Cargo.toml:
The text was updated successfully, but these errors were encountered: