This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
cymex.pyx | |
========= | |
This file shows how to bootstrap a C extension for MATLAB with just Cython, | |
and no C stubs. This strategy probably would work for extending other | |
languages as well, with C/Python. | |
It is necessary to redirect MATLAB's libgfortran link as found in | |
$MATLAB/sys/os/glnxa64/libgfortran.so.3 to the one to which your NumPy's |
NewerOlder