pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/py-anfft



Module name:    wip
Committed by:   jihbed
Date:           Fri Oct 28 17:53:44 UTC 2011

Import into wip/py-anfft

Log Message:
Import py27-anfft-0.1 as wip/py-anfft.

ANFFT is an FFT package for Python, based on FFTW.  It provides a
multi-threaded, self-tuning FFT interface via high-level functions
similar to the "fft" and "fftn" routines found in NumPy and SciPy.

ANFFT is intended to be used in situations where large numbers of expensive
FFTs are required, for which the built-in NumPy or SciPy FFTs are not
acceptable. By default, ANFFT provides immediate results by using
FFTW's "estimate" mode, which does not require tuning.  However, each
high-level function provides a keyword named "measure" which will invoke the
full FFTW planning machinery.  Plans for a given shape and type of array
are cached for the length of a Python session, and accummulated FFTW "wisdom"
is stored across Python sessions in a dotfile.  You don't need to know anything
about FFTW internals to use ANFFT.

Status:

Vendor Tag:     JIHBED
Release Tags:   JIHBED_20111028
                
N wip/py-anfft/Makefile
N wip/py-anfft/PLIST
N wip/py-anfft/distinfo
N wip/py-anfft/DESCR

No conflicts created by this import


------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index