Table of contents Index

Module PySplines.ParametricCubicSplines

Declared in module PySplines

string __author__ = 'Berthold H\366llmann, bhoel@starship.python.net'
string __file__ = '../PySplines/ParametricCubicSplines.pyc'
string __version__ = ''

Description

Classes for calculating parametric cubic spline curves for given nodes. Needs my CubicSplines.py for the splines.

Requires NumPy and, for the exampes, Michael Haggerty's Gnuplot module.

References:

Gisela Engeln-Müllges and Fritz Reutter, Numerik-Algorithmen: Entscheidungshilfe zur Auswahl und Nutzung, 8. neubearb. und erw. Aufl. -- Düsseldorf: VDI-Verlag, 1996, Kapitel 10, ISBN 3-18-401539-4

(engl. Version might be: `Numerical Algorithms with Fortran' by Gisela Engeln-Mullges and Frank Uhlig, published by Springer 1996. ISBN 3-540-60529-0)


Author: Berthold H\366llmann
Version: