From 708dfb0bbda64c2318eba658c9c45aac59fbd7a0 Mon Sep 17 00:00:00 2001 From: Xiaobo Liu <44008872+xiaobo-liu@users.noreply.github.com> Date: Mon, 17 Feb 2025 10:03:07 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1512e6..e861acb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A. Dmytryshyn, M. Fasi, N. J. Higham, and X. Liu. *Mixed-precision algorithms fo ## Dependencies -The code requires MATLAB R2022b or newer. To run the code, the following MATLAB toolboxes need to be installed: +The code was developed and tested in MATLAB R2022b. To run the code, the following MATLAB toolboxes need to be installed: - [Anymatrix](https://github.com/north-numerical-computing/anymatrix) - [CPFloat: Custom-Precision Floating-Point numbers](github.com/north-numerical-computing/cpfloat) @@ -48,7 +48,7 @@ The following algorithms in the manuscript are implemented: The data used to generate the figures in the manuscript can be generated running the MATLAB script: ``` ->> arun_tests +>> run_tests ``` ## Acknowledgments