-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add zrot #43
Comments
Hello, |
I see. What list do you follow for LAPACK? As a point of comparison, Scipy has |
And https://github.com/Reference-LAPACK/lapack/blob/master/LAPACKE/include/lapack.h See this one: https://github.com/blas-lapack-rs/lapack-sys/blob/master/bin/generate.sh |
And in CBLAS there is no https://github.com/blas-lapack-rs/cblas-sys/blob/master/src/lib.rs#L229 From here: https://github.com/Reference-LAPACK/lapack/blob/master/CBLAS/include/cblas.h |
I see. From looking at Scipy's source code, it looks like Scipy gets |
The zrot function seems to be missing.
https://www.netlib.org/lapack/explore-html/d1/d45/group__rot_gaac9d54e7408105ad6f4c810902e75b7a.html#gaac9d54e7408105ad6f4c810902e75b7a
The text was updated successfully, but these errors were encountered: