class QucSplint : public CorBase A spline interpolation wrapper.
| | QucSplint ( const QucSplint& aRef ) |
| | splint ( double anXP, const double* anX, const double* aY, int anN, int *aStart ) |
| | splint2 ( double anXP, const double* anX, const double* aY, const double* aY2, int anN, int *aStart ) |
| | $Id: QucSplint |
| | operator= ( const QucSplint& aRef ) |
| | QucSplint () |
| | ~QucSplint () |
| | Purpose The default c'tor |
| | Purpose The d'tor |
A spline interpolation wrapper.
SYNOPSIS
#include <QucSplint.h>
QucSplint myObject;
DESCRIPTION
This class encapsulates two functions to interpolate splines.
Methods for the interpolation of Hermite polynomials and
natural-cubic splines are provided.
CAUTIONS
<optional>
EXAMPLES
<optional>
SEE ALSO
CorBase
Preconditions Exceptions
Preconditions Exceptions
static double splint( double anXP, const double* anX, const double* aY, int anN, int *aStart )
static double splint2( double anXP, const double* anX, const double* aY, const double* aY2, int anN, int *aStart )
QucSplint()
The default c'tor.
QucSplint( const QucSplint& aRef )
QucSplint& operator=( const QucSplint& aRef )
virtual ~QucSplint()
The d'tor.
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de