Nuacht

example of using ctypes in python to call a C++ function to edit a 2D numpy array Rough descriptions of how to call a C++ function through ctypes in Python on Windows.
Involves passing an empty 2D array of any desired shape into Fortran, filling it in the wrapper, modifying it in the Fortran code and retrieving it back into Python and printing the same - Chahana2 ...