Differences between revisions 1 and 2
Revision 1 as of 2002-07-15 17:59:34
Size: 1578
Editor: 66-106-86-210
Comment:
Revision 2 as of 2002-10-01 23:27:23
Size: 1965
Editor: MikeRovner
Comment: Multi precision math libs added
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
NumericAndScientific = Numeric and Scientific =
Line 3: Line 3:
  o ["Numeric"] - http://www.numpy.org/ -- Numerical Python adds a fast, compact, multidimensional array language facility to Python.   * ["Numeric"] - http://www.numpy.org/ -- Numerical Python adds a fast, compact, multidimensional array language facility to Python.
Line 5: Line 5:
  o NumArray - http://stsdas.stsci.edu/numarray/index.html -- Numarray is a reimplementation of Numeric which adds the ability to efficiently manipulate large numeric arrays in ways similar to Matlab and IDL.   * NumArray - http://stsdas.stsci.edu/numarray/index.html -- Numarray is a reimplementation of Numeric which adds the ability to efficiently manipulate large numeric arrays in ways similar to Matlab and IDL.
Line 7: Line 7:
  o SciPy - http://www.scipy.org -- SciPy is an open source library of scientific tools for Python. SciPy supplements the popular Numeric module, gathering a variety of high level science and engineering modules together as a single package. SciPy includes modules for graphics and plotting, optimization, integration, special functions, signal and image processing, genetic algorithms, ODE solvers, and others.   * SciPy - http://www.scipy.org -- SciPy is an open source library of scientific tools for Python. SciPy supplements the popular Numeric module, gathering a variety of high level science and engineering modules together as a single package. SciPy includes modules for graphics and plotting, optimization, integration, special functions, signal and image processing, genetic algorithms, ODE solvers, and others.
Line 9: Line 9:
  o ScientificPython - http://starship.python.net/~hinsen/ScientificPython/ -- ScientificPython is a collection of Python modules that are useful for scientific computing. In this collection you will find modules that cover basic geometry (vectors, tensors, transformations, vector and tensor fields), quaternions, automatic derivatives, (linear) interpolation, polynomials, elementary statistics, nonlinear least-squares fits, unit calculations, Fortran-compatible text formatting, 3D visualization via VRML, and two Tk widgets for simple line plots and 3D wireframe models. There are also interfaces to the netCDF library (portable structured binary files), to MPI (Message Passing Interface, message-based parallel programming), and to BSPlib (Bulk Synchronous Parallel programming).   * ScientificPython - http://starship.python.net/~hinsen/ScientificPython/ -- ScientificPython is a collection of Python modules that are useful for scientific computing. In this collection you will find modules that cover basic geometry (vectors, tensors, transformations, vector and tensor fields), quaternions, automatic derivatives, (linear) interpolation, polynomials, elementary statistics, nonlinear least-squares fits, unit calculations, Fortran-compatible text formatting, 3D visualization via VRML, and two Tk widgets for simple line plots and 3D wireframe models. There are also interfaces to the netCDF library (portable structured binary files), to MPI (Message Passing Interface, message-based parallel programming), and to BSPlib (Bulk Synchronous Parallel programming).

= Multi precision math =

 * MultiprecisionSoftwareDirectory (http://www.nersc.gov/~dhbailey/mpdist/mpdist.html) - Python wrapping unknown
 * XactReal (http://more.btexact.com/people/briggsk2/XR.html)
 * ["MAPM"] (http://www.tc.umn.edu/~ringx004/mapm-main.html) - Python wrapping in progress
 * GmPy (http://gmpy.sourceforge.net/) - GNU Multiple Precision library wrapping

Numeric and Scientific

  • ["Numeric"] - http://www.numpy.org/ -- Numerical Python adds a fast, compact, multidimensional array language facility to Python.

  • NumArray - http://stsdas.stsci.edu/numarray/index.html -- Numarray is a reimplementation of Numeric which adds the ability to efficiently manipulate large numeric arrays in ways similar to Matlab and IDL.

  • SciPy - http://www.scipy.org -- SciPy is an open source library of scientific tools for Python. SciPy supplements the popular Numeric module, gathering a variety of high level science and engineering modules together as a single package. SciPy includes modules for graphics and plotting, optimization, integration, special functions, signal and image processing, genetic algorithms, ODE solvers, and others.

  • ScientificPython - http://starship.python.net/~hinsen/ScientificPython/ -- ScientificPython is a collection of Python modules that are useful for scientific computing. In this collection you will find modules that cover basic geometry (vectors, tensors, transformations, vector and tensor fields), quaternions, automatic derivatives, (linear) interpolation, polynomials, elementary statistics, nonlinear least-squares fits, unit calculations, Fortran-compatible text formatting, 3D visualization via VRML, and two Tk widgets for simple line plots and 3D wireframe models. There are also interfaces to the netCDF library (portable structured binary files), to MPI (Message Passing Interface, message-based parallel programming), and to BSPlib (Bulk Synchronous Parallel programming).

Multi precision math

NumericAndScientific (last edited 2017-08-07 20:33:20 by MaximilianFuxjaeger)

Unable to edit the page? See the FrontPage for instructions.