Procedure | Location | Procedure Type | Description |
---|---|---|---|
bascmp | splpak_module | Subroutine | This routine does basis function computations for natural
splines. This routine is called by routines SPLCW and SPLDE
to compute |
cfaerr | splpak_module | Subroutine | To print an error number and an error message or just an error message. |
destroy_splpak | splpak_module | Subroutine | Destroy the internal class variables. |
splcc | splpak_module | Subroutine | N-dimensional cubic spline coefficient calculation by least squares. |
splcw | splpak_module | Subroutine | N-dimensional cubic spline coefficient calculation by weighted least squares on arbitrarily located data. |
splde | splpak_module | Function | N-dimensional cubic spline derivative evaluation. |
splfe | splpak_module | Function | N-dimensional cubic spline function evaluation. |
suprls | splpak_module | Subroutine | To determine the least squares solution of a large overdetermined linear system. |