SciPy.org SciPy 0.6.0 API Documentation Generated by Endo, 2007-10-17
fitpack (dierckx in netlib) --- A Python-C wrapper to FITPACK (by P. Dierckx).
FITPACK is a collection of FORTRAN programs for curve and surface fitting with splines and tensor product splines.
See
http://www.cs.kuleuven.ac.be/cwis/research/nalag/research/topics/fitpack.html
or
http://www.netlib.org/dierckx/index.html

Copyright 2002 Pearu Peterson all rights reserved, Pearu Peterson <pearu@cens.ioc.ee> Permission to use, modify, and distribute this software is given under the terms of the SciPy (BSD style) license. See LICENSE.txt that came with this distribution for specifics.

NO WARRANTY IS EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.

Pearu Peterson

Running test programs:
$ python fitpack.py 1 3 # run test programs 1, and 3 $ python fitpack.py # run all available test programs
TODO: Make interfaces to the following fitpack functions:
For univariate splines: cocosp, concon, fourco, insert For bivariate splines: profil, regrid, parsur, surev

Variables

Function summary

Functions

Imported Names

Local nameRefers to
arangenumpy.arange
arraynumpy.array
atleast_1dnumpy.atleast_1d
cosnumpy.cos
dfitpackSciPy.interpolate.dfitpack
dotnumpy.dot
emptynumpy.empty
int32numpy.int32
onesnumpy.ones
pinumpy.pi
ravelnumpy.ravel
sinnumpy.sin
sqrtnumpy.sqrt
transposenumpy.transpose
zerosnumpy.zeros
_fitpackSciPy.interpolate._fitpack