LYCOS RETRIEVER
Fortran
built 657 days ago
GNU Fortran (g77) is the Fortran development system for Project GNU. GNU means "GNU's Not UNIX(tm)" and is the primary project currently being worked on by the Free Software Foundation (FSF), a non-profit organization committed to the creation of a large body of useful, free, source-code-available software. GNU is intended as a replacement, wholesale and/or in pieces, for a complete UNIX system.
Source:
These Fortran programs can be viewed or downloaded. To view a file, click the left mouse button on the file name. Then, parts of the file can be copied by dragging the left mouse button through the text (and pressing ^C if in MS Windows). Paste the information in another application with the middle mouse button (X Window) or by pressing ^V (MS Windows).
Source:
It is interesting to note that this development followed very closely the resolution of the content of Fortran IV. This might indicate that the planned universality for System 360 had a considerable effect in promoting more universal language aims. The 1964 October issue of Datamation noted that:
Source:
You will need a textbook for the course, but you don't have to buy a particular one - any of a number of books on Fortran 77 can be used. Some recommendations for both a text and some supplementary books can be found here.
Source:
The Fortran routines expect multi-dimensional arrays to be in column-major order, which is the ordinary format of Fortran arrays (see Multi-dimensional Array Format). They do this transparently and costlessly simply by reversing the order of the dimensions passed to FFTW, but this has one important consequence for multi-dimensional real-complex transforms, discussed below.
Source:
Efforts are underway to develop a revision to Fortran 2003, tentatively called Fortran 2008. As with Fortran 95, this is intended to be a minor upgrade, incorporating clarifications and corrections to Fortran 2003, as well as introducing a select few new capabilities. Proposed new capabilities include
Source: