2.5.8.2.1 ocmath_2dSpline
Name
ocmath_2dSpline
Description
Declaration
typedef struct
{
long nx;
double* lamda;
long ny;
double* mu;
double* c;
}ocmath_2dSpline;
Members
- nx
- the total number of knots of the computed spline with respect to the x variable
- lamda
- pointer to the complete set of knots associated with the x variable
- ny
- the total number of knots of the computed spline with respect to the y variable
- mu
- pointer to the complete set of knots associated with the y variable
- c
- pointer to the coefficients of the spline interpolant.
Remark
Examples
Header to Include
origin.h
See Also
Reference