Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

psSpline1D Struct Reference
[Statistic Functions]

#include <psFunctions.h>

Collaboration diagram for psSpline1D:

Collaboration graph
[legend]

Detailed Description

One-Dimensional Spline.

Definition at line 429 of file psFunctions.h.

Data Fields

psS32 n
 The number of spline polynomials.
psPolynomial1D ** spline
 An array of n pointers to the spline polynomials.
psF32p_psDeriv2
 For cubic splines, the second derivative at each domain point. Size is n+1.
psF32domains
 The boundaries between each spline piece. Size is n+1.
psVectorknots
 The boundaries between each spline piece. Size is n+1.


Field Documentation

psF32* psSpline1D::domains
 

The boundaries between each spline piece. Size is n+1.

Definition at line 434 of file psFunctions.h.

psVector* psSpline1D::knots
 

The boundaries between each spline piece. Size is n+1.

Definition at line 435 of file psFunctions.h.

psS32 psSpline1D::n
 

The number of spline polynomials.

Definition at line 431 of file psFunctions.h.

psF32* psSpline1D::p_psDeriv2
 

For cubic splines, the second derivative at each domain point. Size is n+1.

Definition at line 433 of file psFunctions.h.

psPolynomial1D** psSpline1D::spline
 

An array of n pointers to the spline polynomials.

Definition at line 432 of file psFunctions.h.


The documentation for this struct was generated from the following file:
Generated on Wed Jun 15 11:01:13 2005 for Pan-STARRS Foundation Library by  doxygen 1.4.1