Package fftw3l :: 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 = 'libfftw3l.so.3'
  lib = <CDLL 'libfftw3l.so.3', handle 39dc620 at 3956410>
  libdir = ''
  _typelist = [('fftwl_plan_dft_1d', (<type 'numpy.complex256'>,...
  _adv_typelist = [('fftwl_plan_many_dft', (<type 'numpy.complex...
  PyBuffer_FromReadWriteMemory = pythonapi.PyBuffer_FromReadWrit...
  s = 1
  lib_threads = <CDLL 'libfftw3l_threads.so.3', handle 39f4510 a...
  PyFile_AsFile = pythonapi.PyFile_AsFile
  __package__ = 'fftw3l'
  dot = '.'
  ext = 'so.3'
  libbase = 'libfftw3l'
  name = 'fftwl_plan_many_r2r'
  types = (<type 'numpy.float128'>, <type 'numpy.float128'>)
  val = <_FuncPtr object at 0x39557a0>
Variables Details [hide private]

_typelist

Value:
[('fftwl_plan_dft_1d',
  (<type 'numpy.complex256'>, <type 'numpy.complex256'>, 1)),
 ('fftwl_plan_dft_2d',
  (<type 'numpy.complex256'>, <type 'numpy.complex256'>, 2)),
 ('fftwl_plan_dft_3d',
  (<type 'numpy.complex256'>, <type 'numpy.complex256'>, 3)),
 ('fftwl_plan_dft',
  (<type 'numpy.complex256'>, <type 'numpy.complex256'>)),
...

_adv_typelist

Value:
[('fftwl_plan_many_dft',
  (<type 'numpy.complex256'>, <type 'numpy.complex256'>)),
 ('fftwl_plan_many_dft_c2r',
  (<type 'numpy.complex256'>, <type 'numpy.float128'>)),
 ('fftwl_plan_many_dft_r2c',
  (<type 'numpy.float128'>, <type 'numpy.complex256'>)),
 ('fftwl_plan_many_r2r',
  (<type 'numpy.float128'>, <type 'numpy.float128'>))]

PyBuffer_FromReadWriteMemory

Value:
pythonapi.PyBuffer_FromReadWriteMemory

lib_threads

Value:
<CDLL 'libfftw3l_threads.so.3', handle 39f4510 at 3956510>