docs: address review comments on PR 4774

This commit is contained in:
Ralf Gommers
2024-07-02 14:05:47 +02:00
parent ca9a0c28e8
commit c1c0dbfd60
2 changed files with 5 additions and 4 deletions

View File

@@ -9,9 +9,9 @@ package manager.
The OpenBLAS documentation does not contain API reference documentation for
BLAS or LAPACK, since these are standardized APIs, the documentation for
which can be found in other places. If you want to understand every BLAS
function and definition, we recommend reading the
[Intel MKL reference manual](https://software.intel.com/en-us/intel-mkl/documentation)
or the [Netlib BLAS documentation](http://netlib.org/blas/).
and LAPACK function and definition, we recommend reading the
[Netlib BLAS ](http://netlib.org/blas/) and [Netlib LAPACK](http://netlib.org/lapack/)
documentation.
OpenBLAS does contain a limited number of functions that are non-standard,
these are documented at [OpenBLAS extension functions](extensions.md).