|
FAQ2ed
Frequently asked questions about f2py (numpy.f2py, f2py2e)
Featured Usage of extension modulesMultiple copies of extension moduleProblem: Wrapping of Fortran codes that use global data such as common blocks or module data, cannot be used recursively from Python because the global data is shared by the wrapped routines. This problem has few solutions:
|
► Sign in to add a comment