Home |
Libraries (51) Categories:
See Also:
Sites:
» A Fortran 90 Numerical Library (AFNL)
Set of MODULES by Alberto Ramos containing definitions of Fourier series and polynomials and able to perform linear (multi-)dimensional fittings, compute integrals, sort data, compute roots of functions, and perform other numerical tasks. http://sourceforge.net/projects/afnl/ » AMD Core Math Library (ACML)
Download the library which incorporates BLAS, LAPACK and FFT routines. http://www.amd.com/us-en/Processors/DevelopWithAMD/0,,30_2252_2282,00.html » BLAS (Basic Linear Algebra Subprograms)
A high quality "building block" routines for performing basic vector and matrix operations. Level 1 BLAS do vector-vector operations, Level 2 BLAS do matrix-vector operations, and Level 3 BLAS do matrix-matrix operations. http://www.netlib.org/blas/ » Boeing Mathematics and Information Software
Algorithms for solving large linear systems, optimal control problems, and other topics. http://www.boeing.com/phantom/math_infosw/ » CodeLib
Fortran 77 codes for large systems of linear equations, systems of nonlinear equations, nonlinear least squares, ordinary differential equations, and quadrature. http://www.zib.de/Numerik/numsoft/CodeLib/index.en.html » DAEPAK
A subroutines for solving some types of algebraically explicit differential algebraic equations. http://www.netlib.org/contin/manpak/ » DSP Library
Digital signal processing programs written in Fortran. It includes subroutines for FIR and IIR filter design, FFT routines, and various other programs for signal processing. http://www-ocean.tamu.edu/~baum/dsp.tar.gz » Daepack
Library for combined symbolic/numeric analysis of Fortran models, including sparsity pattern generation, discontinuity locking, and automatic differentiation. http://yoric.mit.edu/daepack/daepack.html » Ezconsole
Set of simple procedures by Gary Scott for interfacing with the console window on Windows from Fortran. http://www.fortranlib.com/ezann.html » F90SQL
Enables Fortran programs to read or write data directly from or into any format that has a Windows Open Database Connectivity (ODBC) driver. http://www.canaimasoft.com/f90sql/ » F90VB
Enables Fortran programs to access COM/ActiveX objects and call Visual Basic DLLs. Enables creation of Fortran DLLs that handle intrinsic Visual Basic data types. Includes TLView, a Type Library browser. http://www.canaimasoft.com/f90vb/Features.htm » FGSL: A Fortran interface to the GNU Scientific Library
Portable, object-based Fortran interface to the GNU scientific library, a collection of numerical routines for scientific computing. The package is licensed under the GPL. http://www.lrz-muenchen.de/services/software/mathematik/gsl/fortran/index.html » FISHPAK
A library for the direct solution of finite difference approximations to two-dimensional Helmholz equations. Includes documentation and source code. http://www.cisl.ucar.edu/softlib/FISHPAK.html » FLIBS - A collection of Fortran modules
Fortran modules by Arjen Markus to interface with C libraries, manipulate strings, write CSV files, manipulate file and directory names, implement abstract data types and structures, do automatic differentiation, and perform other tasks. http://flibs.sourceforge.net/ » Fortranposix
Implements some POSIX functions in Fortran 90/95. http://sourceforge.net/projects/fortranposix/ » GQOPT
Fortran package by Richard Quandt for numerical optimization and numerous other statistical and utility routines. It is available for a number of platforms, such as IBM mainframes, Vax computers, CRAY supercomputers, IBM-compatible PCs, and Sun, DEC, and http://www.quandt.com/req.html » GinoMenu
Interactive GUI builder and Fortran subroutine toolkit for developing GUI applications under Windows. http://www.gino-graphics.com/products/menu.htm » HSL
Codes for large-scale scientific computation. http://www.cse.clrc.ac.uk/nag/hsl/contents.shtml » ITPACK
A packages for solving large sparse linear systems by iterative methods. http://www.netlib.org/itpack/ » Intel Math Kernel Library
Set of optimized, thread-safe mathematical functions for engineering, scientific and financial applications requiring high performance. The functional areas of the library include the BLAS and LAPACK Libraries, Discrete Fourier Transforms, Vector Math Lib http://www.intel.com/software/products/mkl/ » 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. http://www.netlib.org/lapack95/ » MINPACK
A free, portable library for solving nonlinear systems of equations and nonlinear least squares problems. http://www.cisl.ucar.edu/softlib/MINPACK.html » Math a la Carte
Collections of mathematical software in Fortan and C. Software is free for some uses and can be purchased for others. Much of the software was developed at the Jet Propulsion Laboratory. http://mathalacarte.com » Microglyph Systems
SciComm serial communications library, SciPlot scientific plotting graphics library, SciSnet sockets network communication library. Compatible with Fortran and C compilers. http://www.microglyph.com/ » NCAR's Mathematical and Statistical Libraries
Source code and documentation for libraries in the areas of geophysical science, Fast Fourier Transforms, separable elliptic PDEs, interpolation, Legendre polynomials, spherical harmonics, general mathematics, eigensystem solvers, linear equation solvers, http://www.cisl.ucar.edu/softlib/mathlib.html » Ngmath
Collection of interpolators and approximators for one-dimensional, two-dimensional, and three-dimensional data, callable from Fortran and C. http://www.ncarg.ucar.edu/ngmath/ » Numerical Algorithms Group (NAG)
Libraries, compilers, tools, information, software for statistics, visualization, symbolic calculation, simulation. http://www.nag.co.uk/ » ODEPACK
A repackaged version of ODEPACK with usability improvements such as GNU makefiles, examples, and HTML documentation. Numerical code is unchanged. http://www.shocksolution.com/math_tools/odepack/ » PNNL Fortran Library (FLIB)
General-purpose Fortran 90 routines primarily for text processing such as parsing, accessing the command line, and manipulating dates and times. Also includes some numerical routines for tasks such as random number generation. Includes downloads, document http://rh.healthsciences.purdue.edu/flib/ » Pilib
Platform-independent library under development for Fortran 90/95 to create GUIs, do file I/O. http://sourceforge.net/projects/pilib » 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. http://sepwww.stanford.edu/doku.php?id=sep:software:seplib » SLATEC
A software library containing over 1400 general purpose mathematical and statistical routines written in Fortran 77. http://www.netlib.org/slatec/ » SLICOT
Subroutine library providing Fortran 77 implementations of numerical algorithms for computations in systems and control theory. Based on numerical linear algebra routines from BLAS and LAPACK libraries, it provides methods for the design and analysis of c http://www.icm.tu-bs.de/NICONET/ » 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. http://savannah.nongnu.org/projects/posix90/ » Transient Energy System Simulation Tool
Fortran program to simulate the transient performance of thermal energy systems. http://www.trnsys.com » Winteracter
Multi-platform user interface and graphics subroutine library for Fortran 77/9x developers. http://www.winteracter.com/iss.htm » Xeffort
Free, open-source library for building GUI applications in all flavors of Visual Fortran. Site has other Fortran resources and samples. http://www.xeffort.com/ This category needs an editor
Last Updated: 2007-01-02 19:57:55
The content of this directory is based on the Open Directory and has been modified by GoSearchFor.com |