I have the following problem: I want to simulate some control engineering system. As it is quite complicated I used the computer to开发者_C百科 derive some (complicated) equations which can only be ex
I am trying to make a library of useful functions. I yet don\'t know much about this, but apparently most of them, if not all, need to be included in a module (or in a interface inside the program, bu
I just wrapped a Fortran 90 subroutine to python using F2PY. The subtlety here is that the Fortran subroutine aslo takes a python call-back function as one of its arguments:
I downloaded lapack 3.3.0 version and mingw (with all libraries) after that I succeded to make blas.dll by gfortran --shared -o blas.dll blas\\src\\*.f -O
I am writing an custom callback function in Fortran for a piece of software (example here) that includes the following argument declaration
As the title states I\'m using FFTW (version 3.2.2) with Fortran 90/95 to perform a 2D FFT of real data (actually a field of random numbers).I think the forward step is working (at least I am getting
I\'ve been working on this problem for awhile and have found no joy on the ESRI forum page or with some FORTRAN triangulation script I wrote.
I have something like this in fortran. 20:call TESTBEGIN(a,b,c) if(c<1) g开发者_运维问答oto 40
In a calling function I have this: call ESMF_TimeGet( date, yy=year, mm=month, dd=day, s=sec, rc=rc) The signature for ESMF_TimeSet is:
I am a dummy in Fortran 77 and have always been a C++ coder, but I have to modify a code from years long ago...