{ } Raw JSON

bundles / scipy 1.17.1 / scipy / interpolate / _fitpack_impl

module

scipy.interpolate._fitpack_impl

source: /scipy/interpolate/_fitpack_impl.py :0

Members

Summary

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.

Extended Summary

See

https://web.archive.org/web/20010524124604/http://www.cs.kuleuven.ac.be:80/cwis/research/nalag/research/topics/fitpack.html

or

http://www.netlib.org/dierckx/

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.

TODO: Make interfaces to the following fitpack functions:

For univariate splines: cocosp, concon, fourco, insert For bivariate splines: profil, regrid, parsur, surev

Additional content

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

https://web.archive.org/web/20010524124604/http://www.cs.kuleuven.ac.be:80/cwis/research/nalag/research/topics/fitpack.html

or

http://www.netlib.org/dierckx/

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.

TODO: Make interfaces to the following fitpack functions:

For univariate splines: cocosp, concon, fourco, insert For bivariate splines: profil, regrid, parsur, surev

Aliases

  • scipy.interpolate._fitpack_impl