![]() |
XLPack 7.0
XLPack Numerical Library (C API) Reference Manual
|
Functions | |
void | banfac (int n, int kl, int ku, int ldab, double ab[], int *info) |
LU factorization of banded coefficient matrix of system of linear equations (support routine for bint4 and bintk) | |
void | banslv (int n, int kl, int ku, int ldab, double ab[], double b[], int *info) |
Solution of LU factorized system of linear equations (support routine for bint4 and bintk) | |
void | bint4 (double x[], double y[], int ndata, int ibcl, int ibcr, double fbcl, double fbcr, int kntopt, double t[], double bcoef[], int *n, int *k, double work[], int *info) |
B-representation of the cubic spline interpolation | |
void | bintk (double x[], double y[], double t[], int n, int k, double bcoef[], double q[], double work[], int *info) |
B-representation of the spline interpolation of order k | |
void | bspldr (double t[], double a[], int n, int k, int nderiv, double ad[], int *info) |
Construct a divided difference table from B-representation for derivative calculation by bsplev | |
void | bsplev (double t[], double ad[], int n, int k, int nderiv, double x, int *inev, double svalue[], double work[], int *info) |
Evaluation of function and derivative values for B-representation of B-spline | |
void | bsplpp (double t[], double a[], int n, int k, int ldc, double c[], double xi[], int *lxi, double work[], int *info) |
B-representation to PP (piecewise polynomial) form of B-spline conversion | |
void | bsplvd (double t[], int k, int nderiv, double x, int ileft, int ldvnikx, double vnikx[], double work[], int *info) |
Compute the value and the derivatives of B-spline basis functions | |
void | bsplvn (double t[], int jhigh, int k, int index, double x, int ileft, double vnikx[], double work[], int *iwork, int *info) |
Compute the value of B-spline basis functions | |
double | bvalue (double t[], double a[], int n, int k, int ideriv, double x, int *inbv, double work[], int *info) |
Evaluation of function or derivative value for B-spline | |
void | interv (double xt[], int lxt, double x, int *ilo, int *ileft, int *info) |
Compute ileft for the input to bsplvd and bsplvn | |
double | ppvalu (int ldc, double c[], double xi[], int lxi, int k, int ideriv, double x, int *inppv, int *info) |
Evaluation of function or derivative value for PP (piecewise polynomial) form of B-spline | |
This is the group of E. Interpolation (B-spline interpolation).