Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   Related Pages  

CubicSpline Class Reference

Cubic spline interpolation. More...

#include <CrystVector.h>

List of all members.

Public Methods

 CubicSpline (const CrystVector_double &x, const CrystVector_double &y, const double yp1, const double ypn)
 Spline with given extremum derivatives.

 CubicSpline (const CrystVector_double &x, const CrystVector_double &y)
 Natural cubic spline.

 ~CubicSpline ()
double operator() (const double x) const

Private Attributes

const CrystVector_double mX
const CrystVector_double mY
CrystVector_double mYsecond


Detailed Description

Cubic spline interpolation.


The documentation for this class was generated from the following file:
Generated on Wed Nov 14 19:48:36 2001 for ObjCryst++ by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001