File: grid_float_c.rst

package info (click to toggle)
spfft 0.9.13-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,632 kB
  • sloc: cpp: 10,662; f90: 508; ansic: 366; python: 41; makefile: 11
file content (11 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
GridFloat
=========
.. note::
   A Grid handle can be safely destroyed after Transform handles have been created, since internal reference counting used to prevent the release of resources while still in use.

.. note::
   These functions are only available if single precision support is enabled, in which case the marco SPFFT_SINGLE_PRECISION is defined in config.h.

.. doxygenfile:: spfft/grid_float.h
   :project: SpFFT