From 4e749fa0bb57b1204f700b3d4397c06883cc959e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Tj=C3=B6rnhammar?= Date: Wed, 1 Dec 2021 14:07:15 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2afebff..098bd9f 100755 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ These novel algorithms include but are not limited to: * High dimensional algnment code for aligning models to data. * An SVD based variant of the Distance Geometry algorithm. For going from relative to absolute coordinates. * A numpy implementation of Householder decomposition. -* A matrix diagonalisation algorithm. +* A matrix diagonalisation algorithm. (Native SVD algorithm that is slow) * A MultiFactorAnalysis class for on-the-fly fast evaluation of matrix to matrix relationships * Rank reduction for group expression methods. * Visualisation/JS plots via bokeh. -- GitLab