Class Summary |
MatrixPreparator |
Provides preparation of matrices for the linear algebraic system
of polynomial spline interpolation. |
NonuniformPreparator |
The implementation of MatrixPreparator for nonuniform mesh. |
OddSplineCreator |
The basic abstract creator of 1D polynomial splines of odd degree. |
OddSplinePreparator |
The implementation of SmoothingPreparator for a polynomail
spline of odd degree. |
POddSplineCreator |
This creator is intended for construction of 1D polynomial splines
of odd degree having the polynomial representaion of the result. |
PSplineBody |
The implementation of spline body interface for 1D polynomial spline
having full polynomial representation in mesh nodes. |
PSplineCalculator |
The calculator of the polynomial representation for 1D spline. |
PSplineWorkspace |
The workspace for 1D polynomial spline having full polynomial
representation in mesh nodes. |
UniformPreparator |
The implementation of MatrixPreparator for uniform mesh. |
One-dimensional polynomial splines. The package is intended for the construction of 1D polynomial
splines. The odd degree polynomial splines having piecewise polynomial
representation in mesh cells are prepared now. See the overview for more
detail.