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
I think it would be good to document that the API for MultivariateNormal introduces a public dependency for nalgebra::DVector, but what would you consider this issue's status?
I am struggling with MultivariateNormal creation.
I read the documentation https://docs.rs/statrs/0.13.0/statrs/distribution/struct.MultivariateNormal.html and tried to copy and paste the example code, but it won't compile because it contains errors.
I'm using
statrs = "0.16.0"
nalgebra = "0.32.1"
even though I tried with many different version of the libraries (suggested by the error) I can't make it work.
The text was updated successfully, but these errors were encountered: