class QucSplint : public CorBase

A spline interpolation wrapper.

Inheritance:


Public Methods

QucSplint ( const QucSplint& aRef )
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 )

Public


$Id: QucSplint

Protected Methods

QucSplint& operator= ( const QucSplint& aRef )
QucSplint ()
virtual ~QucSplint ()

Protected


Purpose
The default c'tor

Private Fields


Purpose
The d'tor

Documentation

A spline interpolation wrapper.
$Id: QucSplint.h,v 1.4 1997/04/11 14:11:15 mwiedmer Exp $

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

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()

Purpose
The default c'tor.

Preconditions

  • Itemize this section if necessary. Remove itemization otherwise.

Exceptions

  • Itemize this section if necessary. Remove itemization otherwise.

QucSplint( const QucSplint& aRef )

QucSplint& operator=( const QucSplint& aRef )

virtual ~QucSplint()

Purpose
The d'tor.

Preconditions

  • Itemize this section if necessary. Remove itemization otherwise.

Exceptions

  • Itemize this section if necessary. Remove itemization otherwise.


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de