fortran
How to compile single fortran objects using translator f2c?
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[详细]
2023-04-08 17:44 分类:问答Organized library with Fortran functions
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[详细]
2023-04-08 04:01 分类:问答what's the overhead of passing python callback functions to Fortran subroutines?
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:[详细]
2023-04-07 13:15 分类:问答preparing lapack dll with mingw
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[详细]
2023-04-07 12:53 分类:问答What does the [REFERENCE] tag do in an argument declaration?
I am writing an custom callback function in Fortran for a piece of software (example here) that includes the following argument declaration[详细]
2023-04-07 12:51 分类:问答FFTW: Trouble with real to complex and complex to real 2D tranfsorms
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[详细]
2023-04-06 15:16 分类:问答Python, GIS and Fortran: Trying to create multiple polygons from xy point data
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.[详细]
2023-04-06 14:52 分类:问答Writing Java equivalent of the Fortran program
I have something like this in fortran. 20:call TESTBEGIN(a,b,c) if(c<1) g开发者_运维问答oto 40[详细]
2023-04-06 14:41 分类:问答How does FORTRAN interact with optional arguments?
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:[详细]
2023-04-05 20:52 分类:问答Fortran 77 Variable Size Array of strings?
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...[详细]
2023-04-04 17:47 分类:问答