Multivariate Pattern Analysis in Python
Navigation
index
next
|
previous
|
ExpPsy Project
|
PyMVPA Home
|
Documentation
»
Module Reference
»
Table Of Contents
clfs.libsmlrc.ctypes_helper
Module:
clfs.libsmlrc.ctypes_helper
Functions
Previous topic
clfs.libsmlrc
Next topic
clfs.libsvmc.sens
This Page
Show Source
Quick search
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.
Navigation
index
next
|
previous
|
ExpPsy Project
|
PyMVPA Home
|
Documentation
»
Module Reference
»