Skip to content

Commit 6de72eb

Browse files
committed
minor formatting fix
1 parent 41e5022 commit 6de72eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/matrix_fields.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,10 +230,10 @@ Matrix-matrix multiplication, `RecursiveApply`, and `FieldMatrixSolver`.
230230
For the following sections, `space` is a column space with $N_v$ levels. A column space is
231231
used for simplicity in this example, but the optimizations work with any space with columns.
232232

233-
$f$ and $g$ are both `Fields` on `space` with elements of type with elements of type
233+
Let $f$ and $g$ be `Fields` on `space` with elements of type with elements of type
234234
`T_f` and `T_g`. $f_i$ and $g_i$ refers to the values of $f$ and $g$ at the $ 0 < i \leq N_v$ level.
235235

236-
$M$ is a $N_v \times N_v$ banded matrix with lower and upper bandwidth of $b_1$ and $b_2$.
236+
Let $M$ be a $N_v \times N_v$ banded matrix with lower and upper bandwidth of $b_1$ and $b_2$.
237237
$M$ represents $\frac{\partial f}{\partial g}$, so $M_{i,j} = \frac{\partial f_i}{\partial g_j}$
238238

239239
### `ScalingFieldMatrixEntry` Optimization

0 commit comments

Comments
 (0)