From 535538e3a71bab87070393d6d88b65d9bda9a1f6 Mon Sep 17 00:00:00 2001 From: Daniel Strobusch <1847260+dastrobu@users.noreply.github.com> Date: Sun, 18 Dec 2022 14:06:25 +0100 Subject: [PATCH] implement svd Closes #33 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index baed339..d0be20c 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ features to enable fast and simple handling of multidimensional numeric data. - [Matrix Transpose](#matrix-transpose) - [Matrix Inversion](#matrix-inversion) - [LU Factorization](#lu-factorization) + - [Singular Value Decomposition (SVD)](#singular-value-decomposition-svd) - [Solve a Linear System of Equations](#solve-a-linear-system-of-equations) - [Pretty Printing](#pretty-printing) - [Interaction with Swift Arrays](#interaction-with-swift-arrays)