TABLE OF CONTENTS


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