Package fftw3 :: 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 = 'libfftw3.so.3'
  lib = <CDLL 'libfftw3.so.3', handle 3511fd0 at 342c7d0>
  libdir = ''
  _typelist = [('fftw_plan_dft_1d', (<type 'numpy.complex128'>, ...
  _adv_typelist = [('fftw_plan_many_dft', (<type 'numpy.complex1...
  PyBuffer_FromReadWriteMemory = pythonapi.PyBuffer_FromReadWrit...
  s = 1
  lib_threads = <CDLL 'libfftw3_threads.so.3', handle 2ff3f40 at...
  PyFile_AsFile = pythonapi.PyFile_AsFile
  __package__ = 'fftw3'
  dot = '.'
  ext = 'so.3'
  libbase = 'libfftw3'
  name = 'fftw_plan_many_r2r'
  types = (<type 'numpy.float64'>, <type 'numpy.float64'>)
  val = <_FuncPtr object at 0x343de20>
Variables Details [hide private]

_typelist

Value:
[('fftw_plan_dft_1d',
  (<type 'numpy.complex128'>, <type 'numpy.complex128'>, 1)),
 ('fftw_plan_dft_2d',
  (<type 'numpy.complex128'>, <type 'numpy.complex128'>, 2)),
 ('fftw_plan_dft_3d',
  (<type 'numpy.complex128'>, <type 'numpy.complex128'>, 3)),
 ('fftw_plan_dft',
  (<type 'numpy.complex128'>, <type 'numpy.complex128'>)),
...

_adv_typelist

Value:
[('fftw_plan_many_dft',
  (<type 'numpy.complex128'>, <type 'numpy.complex128'>)),
 ('fftw_plan_many_dft_c2r',
  (<type 'numpy.complex128'>, <type 'numpy.float64'>)),
 ('fftw_plan_many_dft_r2c',
  (<type 'numpy.float64'>, <type 'numpy.complex128'>)),
 ('fftw_plan_many_r2r',
  (<type 'numpy.float64'>, <type 'numpy.float64'>))]

PyBuffer_FromReadWriteMemory

Value:
pythonapi.PyBuffer_FromReadWriteMemory

lib_threads

Value:
<CDLL 'libfftw3_threads.so.3', handle 2ff3f40 at 343a1d0>