From 6cced05f953b5dac36adefbd35220a228c958788 Mon Sep 17 00:00:00 2001 From: Marek Rychlik Date: Thu, 3 Oct 2024 15:52:26 -0700 Subject: [PATCH] *** empty log message *** --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f0bea9..e92d813 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ Gaussian Elimination Basic algorithms are implemented in C * Solving a linear system by Gaussian Elimination without Pivoting * LU - decomposition "in place" where L and U are placed directly in A -* A number of useful helper functions (norms, distances, creation and destruction of matrices, random matrix generation) +* A number of useful helper functions (norms, distances, creation and + destruction of matrices, random matrix generation) IDE - Emacs =======================