Error whilst trying the example the trait AsRef<[_]>
is not implemented
#3
Labels
help wanted
Extra attention is needed
AsRef<[_]>
is not implemented
#3
I cannot run the example, I surely did something wrong, but the
&x
,&y
and&w
are underlined basically saying the AsRef trait is not implemented?Cargo.toml:ndarray = {version = "0.15.6", feature =["rayon"]}
ndarray-linalg = { version = "0.16.0", features = ["intel-mkl-static"] }
csaps = "0.3.0"
The text was updated successfully, but these errors were encountered: