From 2d1f2e075b51effc392019f0dce6d5e777adf4e4 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Wed, 14 Jan 2009 07:14:27 +0000 Subject: Docstring: remove old floating point arithmetic, parallel execution and postponed import references. --- numpy/lib/info.py | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) (limited to 'numpy/lib/info.py') 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 ======================= -- cgit v1.2.1