diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-23 01:36:53 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-23 01:36:53 +0000 |
commit | 8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch) | |
tree | 1c37a6088704b234484b1352cd1f882fb2a253ad /math/py-numeric/pkg-descr | |
parent | Catch up with Wnn6-lib update. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Diffstat (limited to 'math/py-numeric/pkg-descr')
-rw-r--r-- | math/py-numeric/pkg-descr | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/math/py-numeric/pkg-descr b/math/py-numeric/pkg-descr deleted file mode 100644 index 83bfbdb7b99d..000000000000 --- a/math/py-numeric/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -The Numeric Extensions to Python (NumPy) give Python the number crunching -power of numeric languages like Matlab and IDL while maintaining all of the -advantages of the general-purpose programming language Python. - -These extensions add two new object types to Python, and then include a -number of extensions that take advantage of these two new objects. - - * Multidimensional Array Objects - + Efficient arrays of homogeneous machine types - + Arbitrary number of dimensions - + Sophisticated structural operations - * Universal Function Objects - + Supports mathematical functions on all python objects - + Very efficient for Array Objects - * Simple interfaces to existing numerical libraries: - + Linear Algebra (LAPACK) - + Fourier Transforms (FFTPACK) - + Random Numbers (RANLIB) - -WWW: http://xfiles.llnl.gov/python.htm |