From f42a774572b2699b813f38c3321096301af0d1d9 Mon Sep 17 00:00:00 2001 From: Jacob Williams Date: Sun, 3 Mar 2024 22:01:49 -0600 Subject: [PATCH] readme update --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d84c7c4..a6a44c4 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,13 @@ A work in progress. * Is object-oriented. * Works with square, under-determined, or over-determined systems. - * Three different methods to solve the linear system: + * Can use different methods to solve the linear system: 1. [LAPACK](https://www.netlib.org/lapack/) routines (`dgesv` or `dgels`) for dense systems: If `n=m`, uses `dgesv` (LU decomposition). If `n/=m`, uses `dgels` (if `m>n` uses QR factorization, if `m