Skip to content

Commit

Permalink
docs: consistency of variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
mancellin authored Oct 14, 2024
1 parent 597cc23 commit dad5a8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/tutorials/integral_operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ nothing # hide
Much goes on under the hood in the function above, and the sections on
[correction](@ref "Correction methods") and [compression](@ref "Compression
methods") methods will provide more details on the options available. The
important thing to keep in mind is that `S`, `D`, `K`, and `H` are discrete
important thing to keep in mind is that `S`, `D`, `K`, and `N` are discrete
approximations of the following (linear) operators:

```math
Expand All @@ -71,7 +71,7 @@ approximations of the following (linear) operators:
\end{aligned}
```

The actual type of `S`, `D`, `K`, and `H` depends on the `compression` and
The actual type of `S`, `D`, `K`, and `N` depends on the `compression` and
`correction` methods. In the simple case above, these are simply matrices:

```@example integral_operators
Expand Down

0 comments on commit dad5a8d

Please sign in to comment.