#include <psFunctions.h>
Collaboration diagram for psSpline1D:

Data Fields | |
| psS32 | n |
| The number of spline polynomials. | |
| psPolynomial1D ** | spline |
| An array of n pointers to the spline polynomials. | |
| psF32 * | p_psDeriv2 |
| For cubic splines, the second derivative at each domain point. Size is n+1. | |
| psF32 * | domains |
| The boundaries between each spline piece. Size is n+1. | |
| psVector * | knots |
| The boundaries between each spline piece. Size is n+1. | |
|
|
The boundaries between each spline piece. Size is n+1.
Definition at line 399 of file psFunctions.h. |
|
|
The boundaries between each spline piece. Size is n+1.
Definition at line 400 of file psFunctions.h. |
|
|
The number of spline polynomials.
Definition at line 396 of file psFunctions.h. |
|
|
For cubic splines, the second derivative at each domain point. Size is n+1.
Definition at line 398 of file psFunctions.h. |
|
|
An array of n pointers to the spline polynomials.
Definition at line 397 of file psFunctions.h. |
1.3.9.1