File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
77Defined in ``xtensor/xfft.hpp ``
88
9- .. doxygenclass :: xt::fft_convolve
9+ .. doxygenclass :: xt::fft::convolve
1010 :project: xtensor
1111 :members:
1212
13- .. doxygentypedef :: xt::fft
13+ .. doxygentypedef :: xt::fft::fft
1414 :project: xtensor
1515
16- .. doxygentypedef :: xt::ifft
16+ .. doxygentypedef :: xt::fft:: ifft
1717 :project: xtensor
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ namespace xt
153153 }
154154
155155 /* *
156- * @breif 1D FFT of an Nd array along a specified axis
156+ * @brief 1D FFT of an Nd array along a specified axis
157157 * @param e an Nd expression to be transformed to the fourier domain
158158 * @param axis the axis along which to perform the 1D FFT
159159 * @return a transformed xarray of the specified precision
You can’t perform that action at this time.
0 commit comments