Skip to content

Commit

Permalink
fix: doxygenfunction of fftshift and ifftshift
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Nov 5, 2024
1 parent 1a90800 commit 3dc8691
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/api/helper/fftshift.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
KokkosFFT::fftshift
-------------------

.. doxygenfunction:: KokkosFFT::fftshift(const ExecutionSpace& exec_space, ViewType& inout, std::optional<int> axes = std::nullopt)
.. doxygenfunction:: KokkosFFT::fftshift(const ExecutionSpace& exec_space, ViewType& inout, axis_type<DIM> axes)
.. doxygenfunction:: KokkosFFT::fftshift(const ExecutionSpace& exec_space, const ViewType& inout, std::optional<int> axes = std::nullopt)
.. doxygenfunction:: KokkosFFT::fftshift(const ExecutionSpace& exec_space, const ViewType& inout, axis_type<DIM> axes)

.. note::

Expand Down
4 changes: 2 additions & 2 deletions docs/api/helper/ifftshift.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
KokkosFFT::ifftshift
--------------------

.. doxygenfunction:: KokkosFFT::ifftshift(const ExecutionSpace& exec_space, ViewType& inout, std::optional<int> axes = std::nullopt)
.. doxygenfunction:: KokkosFFT::ifftshift(const ExecutionSpace& exec_space, ViewType& inout, axis_type<DIM> axes)
.. doxygenfunction:: KokkosFFT::ifftshift(const ExecutionSpace& exec_space, const ViewType& inout, std::optional<int> axes = std::nullopt)
.. doxygenfunction:: KokkosFFT::ifftshift(const ExecutionSpace& exec_space, const ViewType& inout, axis_type<DIM> axes)

.. note::

Expand Down

0 comments on commit 3dc8691

Please sign in to comment.