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

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. | |
| 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 434 of file psFunctions.h. |
|
|
The boundaries between each spline piece. Size is n+1.
Definition at line 435 of file psFunctions.h. |
|
|
The number of spline polynomials.
Definition at line 431 of file psFunctions.h. |
|
|
For cubic splines, the second derivative at each domain point. Size is n+1.
Definition at line 433 of file psFunctions.h. |
|
|
An array of n pointers to the spline polynomials.
Definition at line 432 of file psFunctions.h. |
1.4.1