simplifications

This commit is contained in:
conrad
2021-07-29 12:30:54 +10:00
parent 1438dc70da
commit 3bf6b9d8b6
+4 -7
View File
@@ -353,13 +353,10 @@ Comment out the line containing:
### 10: Support for ATLAS
Armadillo can use the ATLAS library for faster versions of a subset
of LAPACK and BLAS functions. LAPACK should still be installed to
obtain full functionality.
Caveat: the minimum recommended version of ATLAS is 3.10;
earlier versions (such as 3.6 and 3.8) can produce incorrect
results and/or corrupt memory, leading to random crashes.
If OpenBLAS is not available, Armadillo can use the ATLAS library for faster versions
of a subset of LAPACK and BLAS functions.
LAPACK should still be installed to obtain full functionality.
The minimum recommended version of ATLAS is 3.10.
---