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
`stdlib` ships full versions of BLAS and LAPACK, for all `real` and `complex` kinds, through generalized interface modules `stdlib_linalg_blas` and `stdlib_linalg_lapack`.
351
+
The 32- and 64-bit implementations may be replaced by external optimized libraries if available, which may allow for faster code.
352
+
When linking against external BLAS/LAPACK libraries, the user should define macros `STDLIB_EXTERNAL_BLAS` and `STDLIB_EXTERNAL_LAPACK`,
353
+
to ensure that the external library version is used instead of the internal implementation.
354
+
355
+
- In case of a CMake build, the necessary configuration can be added by ensuring both macros are defined:
0 commit comments