Skip to content

Commit

Permalink
Merge pull request #71 from ngiann/patch-1
Browse files Browse the repository at this point in the history
Typo R^3 should be R^2
  • Loading branch information
maltezfaria authored Jul 22, 2024
2 parents 2e42ffa + d62e326 commit 4457912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -294,4 +294,4 @@ With `H` assembled, everything else works exactly as before!
## Index

```@index
```
```

0 comments on commit 4457912

Please sign in to comment.