summaryrefslogtreecommitdiff
path: root/numpy/lib
diff options
context:
space:
mode:
authorStefan van der Walt <stefan@sun.ac.za>2009-01-14 07:14:27 +0000
committerStefan van der Walt <stefan@sun.ac.za>2009-01-14 07:14:27 +0000
commit2d1f2e075b51effc392019f0dce6d5e777adf4e4 (patch)
treed8139824a9462419a414ce6f630742bff58180b5 /numpy/lib
parent6b633fa3c8f08dd7b1658ee5ed8e560e2f3a9f5f (diff)
downloadnumpy-2d1f2e075b51effc392019f0dce6d5e777adf4e4.tar.gz
Docstring: remove old floating point arithmetic, parallel
execution and postponed import references.
Diffstat (limited to 'numpy/lib')
-rw-r--r--numpy/lib/info.py21
1 files changed, 4 insertions, 17 deletions
diff --git a/numpy/lib/info.py b/numpy/lib/info.py
index 0944fa9b5..28b8dd248 100644
--- a/numpy/lib/info.py
+++ b/numpy/lib/info.py
@@ -98,23 +98,10 @@ polymul -- Multiply polynomials
polydiv -- Divide polynomials
polyval -- Evaluate polynomial at given argument
-Import tricks
-=============
-ppimport -- Postpone module import until trying to use it
-ppimport_attr -- Postpone module import until trying to use its
- attribute
-ppresolve -- Import postponed module and return it.
-
-Machine arithmetics
-===================
-machar_single -- MachAr instance storing the parameters of system
- single precision floating point arithmetics
-machar_double -- MachAr instance storing the parameters of system
- double precision floating point arithmetics
-
-Threading tricks
-================
-ParallelExec -- Execute commands in parallel thread.
+Machine arithmetic
+==================
+finfo -- Parameters of system floating point arithmetic
+iinfo -- Parameters of system integer arithmetic
1D array set operations
=======================