1 ScientificPython is a collection of Python modules that are useful for
2 scientific computing. In this collection you will find modules that
3 cover basic geometry (vectors, tensors, transformations, vector and
4 tensor fields), quaternions, automatic derivatives, (linear)
5 interpolation, polynomials, elementary statistics, nonlinear
6 least-squares fits, unit calculations, Fortran-compatible text
7 formatting, 3D visualization via VRML, and two Tk widgets for simple
8 line plots and 3D wireframe models.
10 The netCDF interface module, until now distributed separately, has
11 been integrated into this package as well. It is now called
14 The module Scientific.MPI provides an object-oriented interface to the
15 Message Passing Interface, an industry standard library for
16 interprocess communication on parallel computers.
18 All of these modules are in the public domain; do with them whatever
19 you wish. However, there is no warranty of any kind; you use the code