home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l455 / 5.ddi / SPLINES.DI$ / CONTENTS.M < prev    next >
Encoding:
Text File  |  1993-03-11  |  2.4 KB  |  57 lines

  1. % Spline Toolbox.
  2. % Version 1.1 13-Nov-92
  3. % Copyright (c) 1990-92 by Carl de Boor and The MathWorks, Inc.
  4. %
  5. % Manipulate functions in pp-form or B-form.
  6. %   fnder       - Derivative of a function.
  7. %   fnint       - Indefinite integral of function.
  8. %   fnplt       - Plot a function.
  9. %   fnval       - Evaluate a function.
  10. %   fncmb       - Weighted sum of two functions in the same form.
  11. %
  12. % Splines in pp-form.
  13. %   ppbrk       - Get order, breaks, and coefficients from pp-form.
  14. %   ppcut       - Cut down a pp to a given interval.
  15. %   ppmak       - Make pp-form from breaks and coefficients.
  16. %   pppce       - Pick out one polynomial piece.
  17. % Splines in B-form.
  18. %   sp2pp       - Convert from B-form to pp-form.
  19. %   spap2       - Least-squares approximation by splines.
  20. %   spapi       - Spline interpolation.
  21. %   spbrk       - Get order, knots, and coefficients from B-form.
  22. %   spcol       - Generate the B-spline collocation matrix. 
  23. %   spcrv       - Generate a spline curve.
  24. %   spmak       - Make B-form from knots and coefficients.
  25. %
  26. % Cubic splines.
  27. %   csapi       - Cubic spline interpolation.
  28. %   csape       - Cubic spline interpolation with various end-conditions.
  29. %   csaps       - Cubic smoothing spline.
  30. %   cscvn       - Generate an interpolating parametric cubic spline curve.
  31. %
  32. % Breaks and knots.
  33. %   augknt      - Provide proper knot multiplicities.
  34. %   aveknt      - Supply knot averages (e.g., for interpolation).
  35. %   newknt      - Improve break distribution.
  36. %   optknt      - Optimal knots.
  37. %
  38. % Special linear system solver.
  39. %   slvblk      - Solve an almost block-diagonal linear system.
  40. %   bkbrk       - Get the relevant parts of an almost block-diagonal matrix.
  41. %
  42. % Demonstrations and explanations.
  43. %   spdemos     - List of spline toolbox demonstrations.
  44. %   ppalldem    - Demonstrate form and usage of pp-form.
  45. %   spalldem    - Demonstrate form and usage of B-form.
  46. %   bsplidem    - Demonstrate B-splines.
  47. %   spapidem    - Demonstrate spline interpolation.
  48. %   spcrvdem    - Demonstrate spline curves.
  49. %   csapidem    - Demonstrate cubic spline interpolation.
  50. %   csapsdem    - Demonstrate cubic smoothing spline.
  51. %   chebdem     - Demonstrate the construction of a Chebyshev spline.
  52. %   difeqdem    - Demonstrate solution of ODE by collocation.
  53. %   tspdem      - Demonstrate tensor product splines.
  54. %   franke      - Franke's test function.
  55. %   titanium    - Test data set; difficult to model.
  56.