Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
numpy / doc / f2py / f2python9-final / src / examples / foo.pyf
Size: Mime:
!%f90 -*- f90 -*-
python module foo
    interface
        subroutine exp1(l,u,n)
            real*8 dimension(2) :: l
            real*8 dimension(2) :: u
            integer*4 :: n
        end subroutine exp1
    end interface 
end python module foo
! This file was auto-generated with f2py 
! (version:2.298).
! See http://cens.ioc.ee/projects/f2py2e/