Fortran Wiki
Libraries (Rev #30)
This page is for linking to available Fortran libraries and source code repositories. See Software repositories for collections of libraries and see Library distribution for methods for packaging and distributing Fortran libraries.
Libraries linked here are classified as follows:
- (PD) public domain (e.g., software written by the U.S. government)
- (OS) free and open source software (GPL, LGPL, BSD, and similar licenses)
- (NC) free for noncommercial use, possibly with commercial licensing options
When available, the above tags should link to the license page for a particular library, or to the text of the license itself.
General-Purpose Libraries
- FGSL - A Fortran interface to the GNU Scientific Library. (OS: GPL)
- FLIBS is a collection of Fortran modules by Arjen Markus and Michael Baudin. (OS: BSD)
Numerical, Scientific, and Mathematical Libraries
- SLATEC Common Mathematical Library: a comprehensive software library containing over 1400 general purpose mathematical and statistical routines written in Fortran 77. (PD)
- CERNLIB, a collection of FORTRAN 77 libraries and modules maintained by CERN. (OS: GPL)
- SLATEC, a Fortran 90 version by John Burkardt. (?)
- FLAGON, a Fortran-9X library for GPU numerics. (OS: LGPL)
- starpac, A Fortran 77 statistical library writen by John Koontz and Janet Donaldson (at NIST) (PD)
- datapac, A Fortran 77 statistical library written by James Filliben (at NIST) (PD)
- stspac, A Fortran 77 statistical library written by Charlie Reeves (at NIST) (PD)
- SLICOT - The Control and Systems Library (GPL)
Linear Algebra
- BLAS: Basic Linear Algebra Subprograms that provide standard building blocks for performing basic vector and matrix operations (PD)
- Expokit provides matrix exponential routines. (NC)
- LAPACK is the standard package for numerical linear algebra. (OS: BSD)
- LAPACK95 is a Fortran 95 interface for LAPACK. (OS)
- BLAP95 - a Fortran 95 interface to the Level 3 BLAS routines and key LAPACK computational and driver routines. ([?])
- NETLIB freely available mathematical and scientific software much of it in Fortran 77 ([?])
Statistics and Econometrics
Optimization and Solvers
- MINPACK contains routines for solving nonlinear equations and nonlinear least squares problems. (OS: BSD)
Plotting and Graphics
- DISLIN is a high-level scientific data plotting library. (NC)
- F90GL - Fortran 90 bindings for OpenGL and the GL Utility Toolkit (GLUT) (PD)
- g95gl - Alternate Fortran 95 (interop) bindings for OpenGL and the GL Utility Toolkit (GLUT)
- PGPLOT graphics subroutine library. (NC)
Differential Equations
- ODEPACK is a systematized collection of ODE solvers. (PD)
Permutations
- ORDERPACK is a library with routines for unconditional, unique, and partial ranking, sorting, and permutation. (?)
Command-Line Parsing
- KRACKEN: a library for parsing Unix-like command-line arguments. (OS)
Command History Editor
- JUCMD: a library that permits you to list, recall, save, and modify interactive input using a simple line-mode editor model. (OS)
XML Parsers
System
- fortranposix - An implementation of some POSIX functions in Fortran 90/95. (OS: LGPL)
- Posix90 - The Fortran 90 Posix interface project. (OS: GPLv2+)
Revision from October 1, 2010 07:36:30 by
Clive Page