From 42a4110a338d898cf69f06841b63b5757275500a Mon Sep 17 00:00:00 2001 From: conrad Date: Tue, 16 Nov 2021 11:59:07 +1000 Subject: [PATCH] simplification --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 9ed1cc18..5b20aaf0 100644 --- a/README.md +++ b/README.md @@ -124,11 +124,6 @@ as well as ARPACK and SuperLU (for sparse matrices). Caveat: only SuperLU versions 5.2.x can be used. On macOS, the Accelerate framework can be used for BLAS and LAPACK functions. -Armadillo can work without the above libraries, but its functionality will be reduced. -Basic functionality will be available (eg. matrix addition and multiplication), -but operations such as eigen decomposition and system solvers will not be. -Matrix multiplication may not be as fast (mainly for large matrices). - --- ### 5: Linux and macOS: Installation