summaryrefslogtreecommitdiff
path: root/math/py-numeric17/pkg-descr
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-09-14 22:58:51 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-09-14 22:58:51 +0000
commit0d24ce472965b1af574ee8eab914346a50d93ab0 (patch)
treefc04ac961d5044a7d4ac36140741f144e02c3080 /math/py-numeric17/pkg-descr
parentb24be45ea252a95e705a3bb55f49f5fdbd5abe44 (diff)
Diffstat (limited to 'math/py-numeric17/pkg-descr')
-rw-r--r--math/py-numeric17/pkg-descr20
1 files changed, 0 insertions, 20 deletions
diff --git a/math/py-numeric17/pkg-descr b/math/py-numeric17/pkg-descr
deleted file mode 100644
index 83bfbdb7b99d..000000000000
--- a/math/py-numeric17/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