From 2f3079cb1b03fe20dede534ebd52ac725fd1c745 Mon Sep 17 00:00:00 2001 From: Pierre Navaro <pnavaro@users.noreply.github.com> Date: Fri, 8 Mar 2019 15:59:33 +0100 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index d4c1ceb..f73aea3 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,6 @@ This is an implementation of the method described in the paper Anna Yurova and Katharina Kormann [*Stable evaluation of guassian radial basis functions using Hermite polynomials*](https://arxiv.org/abs/1709.02164). -- HermiteGF-tensor in 1-5D. The implementation of 4-5D cases is parallel. 5D tests have to be run on a cluster to be finished in a reasonable time. - Installation ```julia -- GitLab