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]

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 399 of file psFunctions.h.

psVector* psSpline1D::knots
 

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

Definition at line 400 of file psFunctions.h.

psS32 psSpline1D::n
 

The number of spline polynomials.

Definition at line 396 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 398 of file psFunctions.h.

psPolynomial1D** psSpline1D::spline
 

An array of n pointers to the spline polynomials.

Definition at line 397 of file psFunctions.h.


The documentation for this struct was generated from the following file:
Generated on Mon Apr 4 18:24:47 2005 for Pan-STARRS Foundation Library by  doxygen 1.3.9.1