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 / ex1 / arr.f
Size: Mime:
      subroutine arr(l,m,n,a)
      integer l,m,n
      real*8 a(l,m,n)
      end