-------------------------------------> last change: 19apr99
list of m-files for doing least interpolation
Here is a commented list of relevant m-files (i.e., subroutines in MATLAB),
for constructing and using the least interpolant to arbitrary data.
- MPAPI constructs the interpolant
- MPVAL evaluates the interpolant
- MPDER directional derivative of any order
- MPDIR first-order directional derivatives
- MPMAK puts the information about a
polynomial into some (cell)array
- MPBRK retrieves the information about a
polynomial from its (cell)array
- MPSHFT changes the center of the
normalized shifted power form
- MPCOV linear change of variable for the
normalized shifted power form
- MP2FM toggle between normalized and plain
shifted power form
- MPTEST tests some examples (and so
illustrates the use of these m-files)
- MPNEXT is used in MPAPI
- DCUBE is needed in MPTEST.
These m-files are written in MATLAB v5. There is also a
self-unwrapping wrapper
containing all these
m-files for easy pick-up.
Older versions that work in MATLAB v4 are
available in v4 directory .
Complaints and suggestions should go to
deboor@cs.wisc.edu.