From d62e32639a06333a4dc363fef27967762e004c84 Mon Sep 17 00:00:00 2001 From: Nikos Gianniotis Date: Thu, 18 Jul 2024 16:30:30 +0200 Subject: [PATCH] Typo R^3 should be R^2 I guess it is a typo that the example mentioned R^3 when it actually works with 2-dimensional points. --- docs/src/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/index.md b/docs/src/index.md index 42d4c3a..1e637e3 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -48,7 +48,7 @@ In order to assemble an [`HMatrix`](@ref), you need the following To illustrate how this is done for a concrete problem, consider two set of points $X = \left\{ \boldsymbol{x}_i \right\}_{i=1}^m$ and $Y -=\left\{\boldsymbol{x}_j \right\}_{j=1}^n$ in $\mathbb{R}^3$, and let `K` be a +=\left\{\boldsymbol{x}_j \right\}_{j=1}^n$ in $\mathbb{R}^2$, and let `K` be a $m \times n$ matrix with entries given by: ```math @@ -294,4 +294,4 @@ With `H` assembled, everything else works exactly as before! ## Index ```@index -``` \ No newline at end of file +```