TABLE OF CONTENTS
- 1. CFitting/CsplineUtils
- 1.1. CsplineUtils/cevalBinte
- 1.2. CsplineUtils/cevalCinte
- 1.3. CsplineUtils/cevalCinte2
- 1.4. CsplineUtils/cevalCinteOld
- 1.5. CsplineUtils/cevalEinte
- 1.6. CsplineUtils/cnBsmom
- 1.7. CsplineUtils/cSplineConvolution
- 1.8. CsplineUtils/cSplineDerivInt
- 1.9. CsplineUtils/csplinedesign
- 1.10. CsplineUtils/csplineeval
CFitting/CsplineUtils [ Modules ]
NAME
CsplineUtils --- spline utilities in C
FUNCTION
Tools to manage and evaluate B-splines and related integrals
CONTENTS
cevalBinte --- compute the integrals of each spline basis function cevalCinte --- construct matrix of partial integrals of a B-spline basis cevalCinte2 --- compute partial integrals of B-spline basis functions cevalCinteOld --- old method for computing cevalCinte cevalEinte --- compute the N-th moment of the distance from 1 of a B-spline cnBsmom --- compute the N-h moment of a B-spline basis function cSplineConvolution --- compute the convolution of two basis functions cSplineDerivInt --- compute the convolution of the derivatives of two spline basis functions csplinedesign --- create a B-spline basis csplineeval --- evaluate a B-spline function