Hello, I am sorry for the naive question, but how does one use this library? I've added the following to my `Cargo.toml` ```toml lapack-src = { version = "0.13.0", features = ["accelerate"] } ``` but then in my code how do I call an `accelerate` function?
Hello,
I am sorry for the naive question, but how does one use this library? I've added the following to my
Cargo.tomlbut then in my code how do I call an
acceleratefunction?