【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.5.8.2.1 ocmath_2dSpline
Contents
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