Table Of Contents

Previous topic

mvpa.clfs.libsmlrc

Next topic

mvpa.clfs.libsvmc

This Page

Quick search

mvpa.clfs.libsmlrc.ctypes_helper

Helpers for wrapping C libraries with ctypes.

The comprehensive API documentation for this module, including all technical details, is available in the Epydoc-generated API reference for mvpa.clfs.libsmlrc.ctypes_helper (for developers).

Functions

mvpa.clfs.libsmlrc.ctypes_helper.extend_args(*args)
Turn ndarray arguments into dims and arrays.

See also

Full API documentation of extend_args() in module mvpa.clfs.libsmlrc.ctypes_helper.

mvpa.clfs.libsmlrc.ctypes_helper.get_argtypes(*args)

See also

Full API documentation of get_argtypes() in module mvpa.clfs.libsmlrc.ctypes_helper.

mvpa.clfs.libsmlrc.ctypes_helper.process_args(*args)
Turn ndarray arguments into dims and array pointers for calling a ctypes-wrapped function.

See also

Full API documentation of process_args() in module mvpa.clfs.libsmlrc.ctypes_helper.