home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 3 / RISC_DISC_3.iso / resources / etexts / gems / gemsiv / data_smooth / readme. next >
Encoding:
Text File  |  1994-03-14  |  378 b   |  10 lines

  1. ANSI C code from the article
  2. "Smoothing and Interpolation with Finite Differences"
  3. by Paul H. C. Eilers, paul@dcmr.nl
  4. in "Graphics Gems IV", Academic Press, 1994
  5.  
  6. files:
  7.     smooth1.c: Smoothing and interpolation with first differences.
  8.     smooth2.c: Smoothing and interpolation with second differences.
  9.     smooth3.c: Smoothing and interpolation with any difference equation.
  10.