Skip to content

Commit 2b011c4

Browse files
authored
Merge pull request #25 from fspacheco/patch-4
Fix index of eq. partial_dft
2 parents 9b544f2 + 541bc5c commit 2b011c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/dft.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ along axis :math:`i` is denoted as
136136
.. math::
137137
:label: partial_dft
138138
139-
\tilde{u}_{j_0, \ldots, k_i, \ldots, j_{d-1}} = \mathcal{F}_i(u_{j_0, \ldots, j_i, \ldots, j_d})
139+
\tilde{u}_{j_0, \ldots, k_i, \ldots, j_{d-1}} = \mathcal{F}_i(u_{j_0, \ldots, j_i, \ldots, j_{d-1}})
140140
141141
We get the complete multidimensional transforms on short form still as :eq:`dft_short`, and
142142
with partial transforms as

0 commit comments

Comments
 (0)