Languages
- 1842
- LAPACK95: Fortran 95 Interface to LAPACK
- A collection of linear algebra routines with an improved interface which exploits Fortran 95 features such as assumed-shape arrays, optional arguments, and generic interfaces. Includes source code, documentation, and related papers.
- 1843
- Ngmath
- Collection of interpolators and approximators for one-dimensional, two-dimensional, and three-dimensional data, callable from Fortran and C.
- 1844
- ODEPACK
- A collection of Fortran solvers for the initial value problem for ordinary differential equation systems.
- 1847
- SEPlib
- Stanford Exploration Project library, containing basic seismic data processing routines such as phase shift migration and velocity stacking. Includes documentation, source code, and binary packages for Mac OS X and Cygwin.
- 1848
- SLATEC
- A software library containing over 1400 general purpose mathematical and statistical routines written in Fortran 77.
- 1849
- The Fortran 90 POSIX interface project
- Project aims to provide a consistent Fortran 90 interface to POSIX routines for use with GNU Fortran. Contains source code (GPL), documentation, and mailing lists.
- 1850
- Transient Energy System Simulation Tool
- Fortran program to simulate the transient performance of thermal energy systems.
- 1851
- Winteracter
- Multi-platform user interface and graphics subroutine library for Fortran 77/9x developers.
- 1852
- Xeffort
- Free, open-source library for building GUI applications in all flavors of Visual Fortran. Site has other Fortran resources and samples.
- 1853
- A Generic Linked List Implementation in Fortran 95
- Paper by Jason R. Blevins with accompanying source code. Develops a standard conforming list which is capable of storing data of an any type.
- 1854
- Algorithms and Data Structures in F and Fortran
- Codes from book by Robin Vowels for sorting, linked lists and trees, complex arithmetic, text processing, solving linear equations, graphics, searching, numerical methods, and whole array operations.
- 1855
- Collaborative Computational Projects
- Links to chemistry, physics, and engineering codes, many in Fortran.
- 1856
- DownGradePrecision
- Code by Kevin Rhoads to allow precision to be deliberately thrown away in an IEEE floating point compliant computing environment in order to more closely model computations in less precise floating point systems.
- 1858
- F (Fortran 95 subset) Program Examples
- Factorial function, iterative computation of the square root, nonadvancing I/O, dynamic arrays, Towers of Hanoi, and other topics.