Table Of Contents

Previous topic

clfs.libsmlrc

Next topic

clfs.libsvmc.sens

This Page

clfs.libsmlrc.ctypes_helper

Module: clfs.libsmlrc.ctypes_helper

Helpers for wrapping C libraries with ctypes.

Functions

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