C/C++ integration (scipy.weave)

Warning

This documentation is work-in-progress and unorganized.

C/C++ integration

inline – a function for including C/C++ code within Python blitz – a function for compiling Numeric expressions to C++ ext_tools – a module that helps construct C/C++ extension modules. accelerate – a module that inline accelerates Python functions
inline (code[, arg_names, local_dict, global_dict, force, compiler, verbose, support_code, headers, customize, type_converters, auto_downcast, newarr_converter, **kw) Inline C/C++ code within Python scripts.
blitz (expr[, local_dict, global_dict, check_size, verbose, **kw)
ext_tools
accelerate

Table Of Contents

Previous topic

scipy.stats.gaussian_kde

Next topic

scipy.weave.inline

This Page