Package ru.sscc.spline.analytic

Multivariate Duchon's splines.

See:
          Description

Class Summary
GSplineBody The implementation of spline body interface supporting the calculation of spline value for Duchon's spline.
GSplineCreator This creator is intended for construction of multivariate Duchon's splines.
GSplinePreparator The implementation of SmoothingPreparator for Duchon's spline.
GSplineWorkspace The workspace for Duchon's spline value calculation containing reduced point to calculate a spline and the vector of spline base values at this point.
 

Package ru.sscc.spline.analytic Description

Multivariate Duchon's splines. The package is intended for the construction of multi-D Duchon's splines in four modes:

The interpolation, fitting, and residual criterion fitting are possible. See the overview for more detail.