From de7ac59cd1e7a678ae4a4eaeb46bb2afb15ab3dc Mon Sep 17 00:00:00 2001 From: conrad Date: Thu, 22 Jul 2021 23:00:12 +1000 Subject: [PATCH] use more general 'system solvers' instead of 'matrix inversion' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e02e2bf..f23693bc 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ while ARPACK and SuperLU are used for sparse matrices. 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 like eigen decomposition or matrix inversion will not be. +but operations such as eigen decomposition and system solvers will not be. Matrix multiplication (mainly for big matrices) may not be as fast. As Armadillo is a template library, we recommended that optimisation