We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8cf7d commit db9913bCopy full SHA for db9913b
2 files changed
docs/source/xfft.rst
@@ -6,12 +6,12 @@ xfft
6
7
Defined in ``xtensor/xfft.hpp``
8
9
-.. doxygenclass:: xt::fft_convolve
+.. doxygenclass:: xt::fft::convolve
10
:project: xtensor
11
:members:
12
13
-.. doxygentypedef:: xt::fft
+.. doxygentypedef:: xt::fft::fft
14
15
16
-.. doxygentypedef:: xt::ifft
+.. doxygentypedef:: xt::fft::ifft
17
include/xtensor/xfft.hpp
@@ -153,7 +153,7 @@ namespace xt
153
}
154
155
/**
156
- * @breif 1D FFT of an Nd array along a specified axis
+ * @brief 1D FFT of an Nd array along a specified axis
157
* @param e an Nd expression to be transformed to the fourier domain
158
* @param axis the axis along which to perform the 1D FFT
159
* @return a transformed xarray of the specified precision
0 commit comments