Package fftw3f :: Module lib
[hide private]
[frames] | no frames]

Module lib

source code

Functions [hide private]
 
set_argtypes(val, types) source code
 
set_argtypes_c2c(val, types) source code
 
set_argtypes_c2r(val, types) source code
 
set_argtypes_r2r(val, types) source code
 
set_argtypes_adv(val, types) source code
Variables [hide private]
  fftw_path = environ ['FFTW_PATH']
  libfullpath = 'libfftw3f.so.3'
  lib = <CDLL 'libfftw3f.so.3', handle 392bd10 at 3828950>
  libdir = ''
  _typelist = [('fftwf_plan_dft_1d', (<type 'numpy.complex64'>, ...
  _adv_typelist = [('fftwf_plan_many_dft', (<type 'numpy.complex...
  PyBuffer_FromReadWriteMemory = pythonapi.PyBuffer_FromReadWrit...
  s = 1
  lib_threads = <CDLL 'libfftw3f_threads.so.3', handle 3891fe0 a...
  PyFile_AsFile = pythonapi.PyFile_AsFile
  __package__ = 'fftw3f'
  dot = '.'
  ext = 'so.3'
  libbase = 'libfftw3f'
  name = 'fftwf_plan_many_r2r'
  types = (<type 'numpy.float32'>, <type 'numpy.float32'>)
  val = <_FuncPtr object at 0x38347a0>
Variables Details [hide private]

_typelist

Value:
[('fftwf_plan_dft_1d',
  (<type 'numpy.complex64'>, <type 'numpy.complex64'>, 1)),
 ('fftwf_plan_dft_2d',
  (<type 'numpy.complex64'>, <type 'numpy.complex64'>, 2)),
 ('fftwf_plan_dft_3d',
  (<type 'numpy.complex64'>, <type 'numpy.complex64'>, 3)),
 ('fftwf_plan_dft',
  (<type 'numpy.complex64'>, <type 'numpy.complex64'>)),
...

_adv_typelist

Value:
[('fftwf_plan_many_dft',
  (<type 'numpy.complex64'>, <type 'numpy.complex64'>)),
 ('fftwf_plan_many_dft_c2r',
  (<type 'numpy.complex64'>, <type 'numpy.float32'>)),
 ('fftwf_plan_many_dft_r2c',
  (<type 'numpy.float32'>, <type 'numpy.complex64'>)),
 ('fftwf_plan_many_r2r',
  (<type 'numpy.float32'>, <type 'numpy.float32'>))]

PyBuffer_FromReadWriteMemory

Value:
pythonapi.PyBuffer_FromReadWriteMemory

lib_threads

Value:
<CDLL 'libfftw3f_threads.so.3', handle 3891fe0 at 3828a50>