The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
146 views

F2Py with allocatable and assumed shape arrays

I would like to use f2py with modern Fortran. In particular I'm trying to get the following basic example to work. This is the smallest useful example I could ...