diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:32:23 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:32:23 +0000 |
commit | 98cf373d367fc32881cb40926be1a79736f39794 (patch) | |
tree | d0c7515e829b3d20d8e3aaca76db926e459dd4f3 /math/py-Scientific/DESCR | |
parent | a437fd43cc3ece125446142af9ed27ef8c1e6621 (diff) | |
download | pkgsrc-98cf373d367fc32881cb40926be1a79736f39794.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'math/py-Scientific/DESCR')
-rw-r--r-- | math/py-Scientific/DESCR | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/math/py-Scientific/DESCR b/math/py-Scientific/DESCR new file mode 100644 index 00000000000..319792e7366 --- /dev/null +++ b/math/py-Scientific/DESCR @@ -0,0 +1,20 @@ +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. + +The netCDF interface module, until now distributed separately, has +been integrated into this package as well. It is now called +Scientific.IO.NetCDF. + +The module Scientific.MPI provides an object-oriented interface to the +Message Passing Interface, an industry standard library for +interprocess communication on parallel computers. + +All of these modules are in the public domain; do with them whatever +you wish. However, there is no warranty of any kind; you use the code +at your own risk. |