Guest! Login/Join
Google
 

Directory > Computers > Programming > Languages > Fortran > Source Code
Sort by
(Google PR) (Alphabetical)

Biology (4)Chemistry (28)Fast_Fourier_Transforms (6)
Graphics (7)Increasing_Precision (4)Linear_Algebra (45)
Numerical_Integration (4)Optimization (32)Ordinary_Differential_Equations (9)
Partial_Differential_Equations (30)Physics (99)Special_Functions (4)
Statistics_and_Econometrics (112)


112 Listings - DR (10/10)112 Listings - DR (10/10) Wild-card String Matching - http://www.star.le.ac.uk/~cgp/match_wild.f
Fortran 77 code by Clive Page to do wild-card matching to a pattern, which may contain "?" to match any single character, and "*" to match zero or more consecutive characters of any type.
On Target - DR (10/10)On Target - DR (10/10) Numerical Recipes Home Page - http://www.nr.com/
Home of the Numerical Recipes series of books on scientific programming, including the Numerical Recipes On-Line Software Store, free upgrades and bug fixes, and the complete books on-line in PostScript and Acrobat formats. The Numerical Recipes code in Fortran 77 and Fortran 90 is not in the public domain.
158 Listings - DR (10/10)158 Listings - DR (10/10) Numerical Methods - http://www.chem.au.dk/~teo/mainmenu/Staff/Stinne/numerical_methods.html
Fortran 90 codes for a course.
622 Listings - DR (10/10)622 Listings - DR (10/10) Moisture Content Adjustment Program - http://www1.fpl.fs.fed.us/vicki/mcadjust.html
Code to predict a property (P2) of dimension lumber at a target moisture content (MC2) given the value of the property (P1) at an initial moisture content (MC1).
212 Listings - DR (10/10)212 Listings - DR (10/10) The Advanced Regional Prediction System (ARPS) - http://www.caps.ou.edu/ARPS/
Regional to stormscale atmospheric modeling and prediction system, written in Fortran 90 and released in the public domain. Includes detailed documentation.
30 Listings - DR (10/10)30 Listings - DR (10/10) Starlink - http://star-www.rl.ac.uk/
Astronomy software, much in Fortran.
475 Listings - DR (10/10)475 Listings - DR (10/10) Texas KZK Time Domain Code - http://people.bu.edu/robinc/kzk/
Fortran 77 time-domain computer code to model axisymmetric sound beams in fluids. The code is based on an augmented KZK equation that accounts for nonlinearity, diffraction, thermoviscous absorption, and absorption and dispersion due to an arbitrary number of relaxation phenomena.
On Target - DR (10/10)On Target - DR (10/10) Fortran 90 Software Repository - http://www.nag.com/nagware/examples.asp
Has short, concise examples of specific features of the Fortran 90, 95 or 2003 language.
On Target - DR (10/10)On Target - DR (10/10) Fortran Resources (Lahey) - http://www.lahey.com/other.htm
A collection of links provided by a vendor of Fortran compilers.
On Target - DR (10/10)On Target - DR (10/10) Lahey's Fortran Code Repository - http://www.lahey.com/code.htm
Fortran codes for various tasks.
1,132 Listings - DR (10/10)1,132 Listings - DR (10/10) Input Routines - http://www-stone.ch.cam.ac.uk/pub/input.tar.gz
Fortran 90 module by Andy Stone that parses input lines into 'words', and routines that read a 'word' and translate it into a specified form, usually an integer or double-precision number. In conjunction with a simple CASE structure this provides a powerful and flexible method for organising data input. The package includes documentation, and an example program and data file as illustrations of the ways in which the module can be used to organise data. [gzipped tar file].
19 Listings - DR (9/10)19 Listings - DR (9/10) F (Fortran 95 subset) Program Examples - http://www.fortran.com/F/example_code.html
Factorial function, iterative computation of the square root, nonadvancing I/O, dynamic arrays, Towers of Hanoi, and other topics.
19 Listings - DR (9/10)19 Listings - DR (9/10) Algorithms and Data Structures in F and Fortran - http://www.fortran.com/F/adsff.html
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.
19 Listings - DR (9/10)19 Listings - DR (9/10) Generic List - http://fortran.com/gen_ll.f90
A generic uni-directional linked list with sample list operations, written in Fortran 90 by Roger Young and Peter McGavin.
19 Listings - DR (9/10)19 Listings - DR (9/10) ISO Varying String - http://www.fortran.com/iso_varying_string.f95
Implemented in the F subset by Rich Townsend.
5 Listings - DR (9/10)5 Listings - DR (9/10) Weekday - http://wcarchive.cdrom.com/pub/simtelnet/msdos/fortran/weekday.for
Fortran 77 code to compute the day of the week of a date using the Zeller congruence algorithm.
5 Listings - DR (9/10)5 Listings - DR (9/10) Token - http://wcarchive.cdrom.com/pub/simtelnet/msdos/fortran/token.for
Fortran 77 string tokenizer, similar to the C function.
1,235 Listings - DR (8/10)1,235 Listings - DR (8/10) XFOIL - http://web.mit.edu/drela/Public/web/xfoil/
Interactive program in Fortran 77 and C for the design and analysis of subsonic isolated airfoils, released under the GNU General Public License.
On Target - DR (8/10)On Target - DR (8/10) Computer Methods for Mathematical Computations - http://www.pdas.com/fmm.htm
Code from the book, translated to ELF, a Fortran 90 subset. Algorithms for calculations in science and engineering, including linear equations, spline interpolation, integration, differential equations, zero finding, minimization and singular value decomposition.
On Target - DR (8/10)On Target - DR (8/10) Public Domain Aeronautical Software (PDAS) - http://www.pdas.com/
Programs for aeronautical engineering, many from NASA or USAF, complete with public domain source code, instructions and sample cases on CD-ROM. [Commercial]
404 Listings - DR (8/10)404 Listings - DR (8/10) Dan Nagle (Purple Sage Consulting) code - http://users.erols.com/dnagle/download.html
Fortran Portability Project, Fortran 2003 examples, and Fortran modules.
378 Listings - DR (7/10)378 Listings - DR (7/10) Fortran Tools by Nelson Beebe - http://www.math.utah.edu/~beebe/software/fortran-tools.html
Dcl2inc postprocesses ftnchek .dcl files to create separate include files; dtosstod converts Fortran floating-point precision; fpp is a reversible Fortran preprocessor; lprsf3 is a filter to print Fortran and SFTRAN3 files with boldface keywords; and pretty is a Fortran 66 prettyprinter.
378 Listings - DR (7/10)378 Listings - DR (7/10) Prime - http://www.math.utah.edu/prime.html
Counts prime numbers.
19 Listings - DR (7/10)19 Listings - DR (7/10) Iounits.f - http://www.tux.org/~milgram/iounits.html
Fortran 77 module to automatically assign i/o unit numbers, by Judah Milgram.
397 Listings - DR (6/10)397 Listings - DR (6/10) Wavelet Analysis - http://atoc.Colorado.EDU/research/wavelets/
Code to accompany book by Christopher Torrence and Gilbert P. Compo.
7 Listings - DR (6/10)7 Listings - DR (6/10) JPL Planetary and Lunar Ephemerides on CD-ROM by Standish, et. al - http://www.willbell.com/software/jpl.htm
Contains three different Jet Propulsion Laboratory Planetary and Lunar Ephemerides (DE200, DE405, and DE406) along with associated reading and interpolating routines, allowing the user to obtain the rectangular coordinates of the sun, moon, and nine major planets by means of a subroutine written in standard Fortran.
370 Listings - DR (6/10)370 Listings - DR (6/10) Ncregrid - http://www.mpch-mainz.mpg.de/~joeckel/ncregrid/
Tool by Patrick Jöckel for data transfer of gridded 2- and 3-dimensional (spatial) geophysical/geochemical scalar fields between grids of different resolutions. The algorithm handles data on rectangular latitude/longitude grids (not necessarily evenly spaced) and vertical pressure hybrid grids of arbitrary resolution. The input/output data format is netCDF.
1,496 Listings - DR (6/10)1,496 Listings - DR (6/10) Fortran 77 Codes - http://math.berkeley.edu/~strain/Codes/
Programs by John A. Strain to count zeros of the zeta function, compute the Fast Gauss Transform, and use spectral methods to solve nonlinear parabolic systems.
1,861 Listings - DR (6/10)1,861 Listings - DR (6/10) Fast Wavelet Transform - http://sepwww.stanford.edu/public/docs/sep65/rick2/paper_html/node2.html
By Rick Ottolini, based on an article by Gilbert Strang.
25 Listings - DR (6/10)25 Listings - DR (6/10) Tomasz Plewa's Numerical methods directory - http://www.labyrinth.net.au/~ctrans/tomasz.html
Directory of links to numerical analysis sites, many of which contain software.
28 Listings - DR (6/10)28 Listings - DR (6/10) Fortran Bits'n'pieces - http://stu.ods.org/fortran
Fortran sources, including Function Parser, that caches functions (for repetitive calling) and compiles functions to a byte-code representation to speed repeated evaluations. By Stuart Midgley.
135 Listings - DR (6/10)135 Listings - DR (6/10) Problem Generators - http://www.rpi.edu/~mitchj/generators/
Generators for linear ordering and clustering problems, by John E. Mitchell.
753 Listings - DR (6/10)753 Listings - DR (6/10) BLUPF90 family of programs - http://nce.ads.uga.edu/~ignacy/newprograms.html
SPARSEM is a collection of sparse matrix classes that makes programming with sparse matrices (and large problems) almost as easy as a matrix language. BLUPF90 is a BLUP program written using SPARSEM. REMLF90 is a REML version of BLUPF90 that uses accelerated EM algorithm. Other programs included are dense matrix module DENSEOP, Gibbs sampling program GIBBS90, and several versions of linear-threshold models. By Ignacy Misztal and collaborators.
273 Listings - DR (6/10)273 Listings - DR (6/10) Richard Brent's Software - http://wwwmaths.anu.edu.au/~brent/software.html
Codes for multiple precision arithmetic, uniform and normal random number generators, irreducible/primitive trinomials, and parallel sorting. Released under the GNU General Public License.
207 Listings - DR (6/10)207 Listings - DR (6/10) Selected Publications and Unpublished Software of Patrick Keast - http://www.mscs.dal.ca/~keast/research/pubs.html
Code for partial differential equations, quadrature, and the solution of linear systems, with associated papers.
873 Listings - DR (6/10)873 Listings - DR (6/10) Gridpak - http://marine.rutgers.edu/po/gridpak.html
Package for curvilinear orthogonal grid generation, which creates an orthogonal grid when provided with boundary information.
53 Listings - DR (6/10)53 Listings - DR (6/10) Multivariate Normal Probabilities and Quadratic Assignment Problems - http://cbeweb-1.fullerton.edu/isds/zdrezner/programs.htm
Codes by Professor Zvi Drezner.
341 Listings - DR (6/10)341 Listings - DR (6/10) OpenMP Tutorial - http://www.dartmouth.edu/~rc/classes/intro_mpi/
Has examples of Fortran codes using the Message-Passing Interface (MPI).
On Target - DR (6/10)On Target - DR (6/10) Collaborative Computational Projects - http://www.ccp.ac.uk/
Links to chemistry, physics, and engineering codes, many in Fortran.
On Target - DR (6/10)On Target - DR (6/10) F2KCLI - http://www.winteracter.com/f2kcli/
Implements the draft F2K standard for accessing the command line and arguments. Site answers questions and lists supported compilers and platforms.
1,899 Listings - DR (5/10)1,899 Listings - DR (5/10) KRACKEN - http://home.comcast.net/~urbanjost/CLONE/KRACKEN/krackenhelp.html
A library for parsing Unix style command line arguments, written by John S. Urban. Provides source code and examples.
On Target - DR (5/10)On Target - DR (5/10) Neural Network Source Code in Fortran 90 - http://www.philbrierley.com/code/fortran.html
Free code to help you develop neural networks.
3,418 Listings - DR (5/10)3,418 Listings - DR (5/10) XML-Fortran - http://sourceforge.net/projects/xml-fortran/
Aims to be a library that allows programmers to access XML files.
3,418 Listings - DR (5/10)3,418 Listings - DR (5/10) LIBXML2F90 - http://sourceforge.net/projects/libxml2f90/
A Fortran 90 library by Alexander Poddey to access (read and write) XML (and similar) structured files via a linked list. This is conceptually different from the SAX approach. The data can be held and 'browsed' in memory.
35 Listings - DR (5/10)35 Listings - DR (5/10) G77_i386_fpe_demo - http://www.mklab.rhul.ac.uk/~tom/g77_i386_fpe_demo/index.html
Demonstrates handling of floating point exceptions under g77/i386/Linux. By Tom Crane.
5 Listings - DR (5/10)5 Listings - DR (5/10) Free Software (of Craig C. Douglas) - http://www.mgnet.org/~douglas/ccd-free-software.html
Fortran and C codes for fast matrix multiplication and multigrid solution of PDEs.
On Target - DR (5/10)On Target - DR (5/10) MathFinance - Financial Functions Library - http://www.mathfinance.de/FF/f90lib.html
Fortran 90 code for the Cox-Ross-Rubinstein binomial model, the analytic Black-Scholes formula, and Monte Carlo Simulation.
236 Listings - DR (4/10)236 Listings - DR (4/10) PDEs and linear equations - http://www.math.yorku.ca/Who/Faculty/dliang/MATH4142/codes.html
Fortran and C codes by Dong Liang.
229 Listings - DR (4/10)229 Listings - DR (4/10) TLM3D - http://www.wjrh.ece.uvic.ca/wjrh/tlm/prog-fortran.html
Code by J. L. Herring for transmission line modelling of electromagnetic fields in 3-dimensions using the symmetrical condensed node.
72 Listings - DR (4/10)72 Listings - DR (4/10) Lucent Technologies (Bell Labs.) Non-Exclusive Limited-Use Software - http://www-out.bell-labs.com/cgi-user/swdist/distribution/
An old but dependable library of Fortran 77 code which includes approximation, ODE/PDE solution, linear algebra, optimization, quadrature, root finding, special functions and FFTs. You must agree to single-user licence conditions before downloading a gzipped tar file (1Mb).
72 Listings - DR (4/10)72 Listings - DR (4/10) PORT Mathematical Subroutine Library - http://www.bell-labs.com/project/PORT/
Collection of Fortran 77 routines that address many traditional areas of mathematical software, including approximation, ordinary and partial differential equations, linear algebra and eigensystems, optimization, quadrature, root finding, special functions, and Fourier transforms, but excluding statistical calculations. PORT stands for Portable, Outstanding, Reliable, and Tested.
126 Listings - DR (4/10)126 Listings - DR (4/10) GBYTES/SBYTES Library - http://dss.ucar.edu/libraries/gbytes/
Packages to handle binary unpacking and packing, in Fortran 77 and 90.
22 Listings - DR (4/10)22 Listings - DR (4/10) Utilities in Fortran 90 - http://www.ifremer.fr/ditigo/molagnon/fortran90/contenu.html
Fortran 90 code by Michel Olagnon: pre-processor and pretty-printer, with command-line interface for Unix, fsplit utility for splitting large files into separate ones for each procedure, PostScript converter, interface bloc generator, and format creator for numeric strings.
997 Listings - DR (4/10)997 Listings - DR (4/10) Memory Leaks - http://ftp.aset.psu.edu/pub/ger/fortran/Markus/noleaks.f90
Fortran 90 test program by Arjen Markus to see if memory leaks originating from derived-types can be circumvented.
440 Listings - DR (4/10)440 Listings - DR (4/10) Numerical Methods - http://archives.math.utk.edu/software/msdos/numerical.analysis/nummeth/fortran.zip
Code by John H. Matthews to accompany the book Numerical Methods for Mathematics, Science, and Engineering, Second Edition.
324 Listings - DR (4/10)324 Listings - DR (4/10) Jon Ahlquist's date manipulation code - ftp://ftp.met.fsu.edu/pub/calendar_software
Conversion to and from Julian dates, day-of-week and other date calculations, plus historical information. See also datesub.f90 at http://users.bigpond.net.au/amiller/
146 Listings - DR (4/10)146 Listings - DR (4/10) TRIMHAP - http://www.vipbg.vcu.edu/trimhap/
Implements linkage disequilibrium mapping techniques.
997 Listings - DR (4/10)997 Listings - DR (4/10) Check compiler and run-time environment (CHKSYS) - http://ftp.aset.psu.edu/pub/ger/fortran/chksys.htm
Chksys.f determines the properties of the run-time environment for Fortran 77 programs. Chkcomp.f is a Fortran 77 code containing deliberate deviations from the standard and deliberate bad statements for testing the compiler's accuracy. Chksysff.f90 is a program to determine the properties of the run-time environment for Fortran 90 programs. Chkcomff.f90 is a Fortran 90 source file containing deliberate deviations from the standard and deliberate bad statements for testing the compiler's accuracy.
324 Listings - DR (4/10)324 Listings - DR (4/10) Fortran 90 codes of John Burkardt - http://people.scs.fsu.edu/~burkardt/f_src/f_src.html
Translations of Fortran 77 packages Lapack, Linpack, Eispack, Quadpack, and others. Code for graphics, finite elements, random number generation, and other topics.
997 Listings - DR (4/10)997 Listings - DR (4/10) Compiler Diagnostic Test Sets - http://ftp.aset.psu.edu/pub/ger/fortran/test/results.txt
Fortran 77/90/95 codes to test run-time diagnostic/debug capability of Windows and Linux Fortran Compilers, by Arnaud Desitter and Herman D. Knoble.
198 Listings - DR (4/10)198 Listings - DR (4/10) Numerical Methods and Software - http://iris.gmu.edu/~snash/nash/software/software.html
Code from book and for nonlinear optimization and matrix equations, by Stephen Nash.
997 Listings - DR (4/10)997 Listings - DR (4/10) Examples - http://www.personal.psu.edu/faculty/j/h/jhm/f90/progref.html
Fortran 90 codes from introductory course by John Mahaffy.
56 Listings - DR (4/10)56 Listings - DR (4/10) Fortran Programs for Scientists and Engineers - http://infohost.nmt.edu/~armiller/fortran.htm
Code from the second edition of the book Alan R. Miller.
170 Listings - DR (4/10)170 Listings - DR (4/10) Hello, World - http://www2.latech.edu/~acm/helloworld/fortran.html
Example of simple program in Fortran.
369 Listings - DR (3/10)369 Listings - DR (3/10) BIEPACK - http://www.math.uiowa.edu/~atkinson/bie.html
Code for boundary integral equations, by Kendall E. Atkinson.
429 Listings - DR (3/10)429 Listings - DR (3/10) FXDR - http://meteora.ucsd.edu/~pierce/fxdr_home_page.html
Library by David W. Pierce that allows calls to the XDR (eXternal Data Representation) routines from Fortran.
429 Listings - DR (3/10)429 Listings - DR (3/10) KDTREE 2: Fortran 95 and C++ software to efficiently search for near - ftp://lyapunov.ucsd.edu/pub/nonlinear/kd_tree/kdtree2.tar.gz
By Matthew B. Kennel. Accompanying paper is at http://adsabs.harvard.edu/abs/2004physics...8067K.
On Target - DR (3/10)On Target - DR (3/10) Fortran Resources - Garnatz and Grovender - http://www.gginc.biz/fort.html
Keyed file shareware in Fortran 90 and 77, Fortran 90 interface to the X Window system.
49 Listings - DR (3/10)49 Listings - DR (3/10) Fortran CGI - http://www.fcc.gov/mb/audio/bickel/colorit.html
Fortran 77 CGI examples using GET and POST.
39 Listings - DR (3/10)39 Listings - DR (3/10) Applied Numerical Methods for Scientists and Engineers - http://cwx.prenhall.com/bookbind/pubbooks/rao/chapter0/deluxe.html
Fortran and C code from book by Singiresu Rao.
830 Listings - DR (3/10)830 Listings - DR (3/10) Utility Code - http://www.ssec.wisc.edu/~paulv/Fortran90/Utility/
Fortran 95 code by Paul van Delst for type kinds, comparing floating numbers, error handlers, file processing, endian conversion, list processing, string processing, dates, and fundamental constants.
On Target - DR (3/10)On Target - DR (3/10) Jeff Cameron's Fortran code - http://www.jcameron.com/vms/fortran.htm
Code for the VMS operating system and for a fractal figure called Sierpinski's Gasket.
On Target - DR (3/10)On Target - DR (3/10) Jugoslav Dujic's Fortran Resources - http://www.xeffort.com/fortran/home.htm
XFT (eXtended Fortran Types) is a set of Fortran modules which wrap some Win32 APIs, the Dialog Management section has an enhanced DFLOGM module from CVF 6 and the Win32 Headers section has translations of some C header files that were not (yet?) incorporated in CVF.
On Target - DR (2/10)On Target - DR (2/10) Orderpack 1.0 sorting and ranking routines in Fortran 90 - http://www.fortran-2000.com/
Public domain package by Michel Olagnon of general and specialized sorting and ranking routines in Fortran 90. Specialized routines include partial sorts, partial ranks, unique sorts, unique ranks, partial and unique sorts, as well as partial and unique ranks.
2,871 Listings - DR (2/10)2,871 Listings - DR (2/10) Fortran code - http://www.la.utexas.edu/research/faculty/dpowers/fortran.html
Fortran 77 codes by Daniel Powers for optimization and statistics.
2,871 Listings - DR (2/10)2,871 Listings - DR (2/10) Daniel A. Steck - http://george.ph.utexas.edu/~dsteck/computer.html
Fortran 90 codes to integrate Ito stochastic differential equations, generate random numbers, compute the FFT, and time programs.
62 Listings - DR (2/10)62 Listings - DR (2/10) Introduction to F - http://sip.clarku.edu/tutorials/F.html
Examples of the F (Fortran 95 subset) language, by Harvey Gould.
On Target - DR (2/10)On Target - DR (2/10) RIM: Computing the Acoutic Field Surrounding a Vibrating Plate - http://www.boundary-element-method.com/acoustics
Shareware by Stephen Kirkup.
200 Listings - DR (2/10)200 Listings - DR (2/10) KindFinder - http://www.unics.uni-hannover.de/rrzn/gehrke/kindfind.f90
Fortran 90 program by Werner W. Schultz that checks for the available KIND parameters available for a given Fortran 90 or 95 compiler. It prints into a file a new Fortran program that can be compiled to write into a unit the various parameters that describe each integer/real representation.
265 Listings - DR (1/10)265 Listings - DR (1/10) Planet Simulator - http://www.mi.uni-hamburg.de/Planet_Simulator.216.0.html?&L=3
A coupled system of climate components for Earth, Mars and Titan developed at the University of Hamburg. Includes Fortran 90 source code, papers, images, and a forum.
171 Listings - DR (1/10)171 Listings - DR (1/10) Introduction to Scientific Computing - http://www.ann.jussieu.fr/soft/calsci.tar.gz
Fortran and C codes in gzipped tar file from book by Brigitte Lucquin and Olivier Pironneau.
On Target - DR (1/10)On Target - DR (1/10) XML - http://nn-online.org/code/xml/
Module by Mart Rentmeester that reads and interprets XML in standard Fortran 95. Also at the site is code for varying length strings, the complementary error function, an interface to the GD Graphics Library, and nucleon-nucleon potential models.
7 Listings - DR (1/10)7 Listings - DR (1/10) ShareBufferWin32 - http://www.fortranlib.com/ShareBufferWin32.f90
Easy Inter-Process Shared Memory Communication Utilities for Win32 using a simple Fortran 77-style interface. Written for Compaq Visual Fortran by Gary Scott.
7 Listings - DR (1/10)7 Listings - DR (1/10) OSCall - http://www.fortranlib.com/OSCall.f90
OS Command line interface utility for Compaq/Intel Visual Fortran with immediate return or wait specified in milliseconds (routine automatically quotes the command string).
7 Listings - DR (1/10)7 Listings - DR (1/10) DownGradePrecision - http://www.fortranlib.com/downprec.txt
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.
7 Listings - DR (1/10)7 Listings - DR (1/10) Fortran Library Links - http://www.fortranlib.com/freesoft.htm
Gary Scott's collection of source code links.
On Target - DR (1/10)On Target - DR (1/10) SophtwareKodeWerks - http://www.sophtwarekodewerks.com/fortran.html
Fortran 77 codes to solve the quadratic equation, solve a nonlinear equation using the Newton-Raphson method, fit a simple linear regression, and solve a system of equations using Gaussian elimination.
248 Listings - DR (1/10)248 Listings - DR (1/10) NSWC Library of Mathematics Subroutines - http://www.uni-koeln.de/rrzk/software/mathematik/nswc.html
NSWC (Naval Surface Warfare Center) Library of Mathematics Subroutines written in Fortran 66. Old but very high quality code. Unfortunately the manual is only available in hard copy, and is very difficult to obtain. The source code is also available by ftp from: ftp://math.jpl.nasa.gov/pub/nswc.93
222 Listings - DR (1/10)222 Listings - DR (1/10) Various Fortran 90 modules - http://www.theophys.kth.se/~phl/Fortran/
Code for sets, graphs, multi-precision integers, and polynomials.
109 Listings - DR (1/10)109 Listings - DR (1/10) Stefan Goedecker's Free Software - http://pages.unibas.ch/comphys/comphys/SOFTWARE/
Fast Fourier Transforms and Silicon interatomic potentials.
1,753 Listings - DR (1/10)1,753 Listings - DR (1/10) Panel Code (Aeronautics) - http://www.aa.nps.navy.mil/~jones/online_tools/panel/source/
By Professor Kevin D. Jones of the U.S. Naval Postgraduate School.
On Target - DR (1/10)On Target - DR (1/10) Twist: a Compression Utility - http://projects.dnmi.no/~telecon/twist/
Compression tool tailored for fields where node-to-node variations are small, and where undefined (dry) nodes are abundant.
106 Listings - DR (1/10)106 Listings - DR (1/10) Ernesto Martin's codes - http://www.mat.uc.pt/~eqvm/cientificos/fortran/codigos.html
Random generator networks and other algorithms.
15 Listings - DR (1/10)15 Listings - DR (1/10) Fortran 77 Codes - http://www.wsl.ch/staff/niklaus.zimmermann/programs/f77.html
Programs by Niklaus Zimmermann for climate data analysis, moving window regression, soil profile analysis, and testing predictive (simulated) maps.
176 Listings - DR (1/10)176 Listings - DR (1/10) xmlf90, an XML parser in Fortran90 - http://lcdx00.wm.lc.ehu.es/ag/xml/
Written by Alberto Garcia in the F subset of Fortran 95, freely available under the BSD license.
32 Listings - DR (0/10)32 Listings - DR (0/10) Nick Yas'ko Products - http://www.uni-koblenz.de/~yasko/products.htm
Codes for ANSI control sequences, solving linear equations, and creating Poscript graphics.
145 Listings - DR (0/10)145 Listings - DR (0/10) Combinatorial algorithms - http://www.cs.sunysb.edu/~algorith/implement/wilf/implement.shtml
Generation of subsets and permutations, Hamiltonian cycles, determinants and permanents, network flow, and minimum spanning trees.
On Target - DR (0/10)On Target - DR (0/10) A Generic Linked List Implementation in Fortran 95 - http://jblevins.org/research/generic-list
Paper by Jason R. Blevins with accompanying source code. Develops a standard conforming list which is capable of storing data of an any type.
126 Listings - DR (0/10)126 Listings - DR (0/10) Peter Benner's Software - http://www-user.tu-chemnitz.de/~benner/software.php
Subroutines for control theory, calculating eigenvalues of Hamiltonian matrices, packing and unpacking symmetric or triangular matrices, and examples of discrete- and continuous-time algebraic Riccati equations.
49 Listings - DR (0/10)49 Listings - DR (0/10) Finite Elements - http://www.math.u-psud.fr/~laminie/F90_lib/vers-1.04/
Fortran 90 code by Jacques Laminie.
On Target - DR (0/10)On Target - DR (0/10) GAMS : Guide to Available Mathematical Software - http://gams.nist.gov/
Guide to mathematical software in Fortran held at a small number of US government establishments. Some sources are in commercial libraries and are not directly accessible. The code is of a uniformly high quality but usually old; there may be more recent and better algorithms available.
On Target - DR (0/10)On Target - DR (0/10) Arithmetic with Error Bounds - http://shum.cc.huji.ac.il/~agay/err.f90/
Fortran 90 code by Abraham Agay.
On Target - DR (0/10)On Target - DR (0/10) Numerical Electromagnet Code (NEC) Archives - http://www.si-list.net/swindex.html
Code in Fortran, C, and Basic.
On Target - DR (0/10)On Target - DR (0/10) Ani2D - http://math.lanl.gov/~lipnikov/Research/AniGrids/AniGrids.html
Fortran 77 package to generate unstructured triangular meshes adapted to a solution function defined at mesh nodes.
On Target - DR (0/10)On Target - DR (0/10) StopWatch - http://math.nist.gov/~WMitchell/StopWatch.html/
Fortran 90 module, by William Mitchell, for measuring execution time of program segments. It is designed to be a portable, easy-to-use means of measuring execution time.
On Target - DR (0/10)On Target - DR (0/10) Software by P.B. Stark and Coauthors - http://128.32.135.2/~stark/Code/
Bvls.f solves least-squares problems with bounds on the variables. Qr.f computes QR decompositions in a stable way. Sbl1.f finds bounds on linear functionals of an n-vector subject to an l1 constraint on the misfit to a set of linear relations, and linear inequality constraints on the variables. Sbvq.f finds bounds on linear functionals of an n-vector subject to a quadratic constraint on the misfit to a set of linear relations, and linear inequality constraints on the variables.
On Target - DR (0/10)On Target - DR (0/10) Fortran78 Test Suite - http://www.itl.nist.gov/div897/ctg/fortran_form.htm
Product of the NIST Information Technology Laboratory (ITL). It is used to determine, insofar as is practical, the degree to which a Fortran processor conforms to FIPS Fortran.
7 Listings - DR (0/10)7 Listings - DR (0/10) Benchmarks of N. Tajima - http://serv.apphy.fukui-u.ac.jp/~tajima/bench/source_e.html
Codes to time floating point and integer arithmetic, intrinsic functions, and random access to memory.
On Target - DR (0/10)On Target - DR (0/10) Numerical and Statistical Codes - http://pagesperso-orange.fr/jean-pierre.moreau/fortran.html
By Jean-Pierre Moreau.
On Target - DR (0/10)On Target - DR (0/10) High Performance Finite Elements - http://www.featflow.de/
Fortran 77 and 90 codes.
On Target - DR (0/10)On Target - DR (0/10) NAS Parallel Benchmarks - http://www.nas.nasa.gov/Resources/Software/npb.html
Set of eight programs designed to help evaluate the performance of parallel supercomputers. The benchmarks, which are derived from computational fluid dynamics (CFD) applications, consist of five kernels and three pseudo-applications.
138 Listings - DR (0/10)138 Listings - DR (0/10) Ooura's Mathematical Software Packages - http://www.kurims.kyoto-u.ac.jp/~ooura/
Quadrature, FFT (1D & 2D), Bessel functions, and GAMERF (gamma and error functions, including quadruple precision).

Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor

Domain Tools analysis of DMOZ top listed domains