summaryrefslogtreecommitdiff
path: root/math/py-numeric/pkg-descr
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-06-18 10:00:08 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-06-18 10:00:08 +0000
commite497906508084a5501f27a53a8ec0f23aa446e5b (patch)
tree152d32d807e92b14ac8ade604a4d650b637b1e93 /math/py-numeric/pkg-descr
parentA new index, with 3,403 ports, which is a nice number, being 41 times (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'.release/3.5.0
Notes
Notes: svn path=/head/; revision=29673 svn path=/tags/RELEASE_3_5_0/; revision=29674; tag=release/3.5.0
Diffstat (limited to 'math/py-numeric/pkg-descr')
-rw-r--r--math/py-numeric/pkg-descr20
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