ocmath_Spline

 

Name

ocmath_Spline

Description

Declaration

typedef struct
{
        long   n;
        double *lamda;
        double *c;
        long   init1;
    long   init2;
}ocmath_Spline;

Members

n
the total number of knots of the computed spline
lamda
pointer to the positions of the knots
c
pointer to the coefficients of the B-spline representation
init1
init2

Remark

Examples

Header to Include

origin.h

See Also

Reference