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
LAPACKE is relatively recent (proposed in 2008, accepted in 2010) but it's the closest we have to a native C source-level interface to the original Fortran API. LAPACKE is to LAPACK what CBLAS is to BLAS, with this interface:
...
This one is standardized, as mentioned on Netlib: "Standard C language APIs for LAPACK".
Netlib Lapack is also available on significantly more distributions, compare Atlas:
and Lapack:
This also allows to use OpenBLAS or Intel MKL as Lapack/Blas implementation without any further work.
The text was updated successfully, but these errors were encountered:
According to:
http://nicolas.limare.net/pro/notes/2014/10/31_cblas_clapack_lapacke/
Netlib Lapack is also available on significantly more distributions, compare Atlas:
and Lapack:
This also allows to use OpenBLAS or Intel MKL as Lapack/Blas implementation without any further work.
The text was updated successfully, but these errors were encountered: