Skip to content
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

Using the official C interface to BLAS/LAPACK #26

Open
mohawk2 opened this issue Sep 24, 2024 · 0 comments
Open

Using the official C interface to BLAS/LAPACK #26

mohawk2 opened this issue Sep 24, 2024 · 0 comments

Comments

@mohawk2
Copy link
Member

mohawk2 commented Sep 24, 2024

The official C interface to LAPACK is LAPACKE, user guide at https://netlib.org/lapack/lapacke.html - we'll want to use the "mid-level" interface, so we can pass in work arrays.

The official C interface to BLAS is CBLAS, guide at https://github.com/Reference-LAPACK/lapack/blob/master/DOCS/CBLAS.md - we'll want to use the _64 variants so that all integers will be 64-bit (which is the "ILP64" model, see https://en.wikipedia.org/wiki/64-bit_computing).

It will be useful to add doc notes for packages users can install to get the headers etc they need. On Debian, that can be listed with apt-file search cblas.h and apt-file search lapacke.h.

Executing this should solve #15.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant