diff doc/interpreter/interp.txi @ 6850:9398f6a81bdf

[project @ 2007-08-31 17:29:22 by jwe]
author jwe
date Fri, 31 Aug 2007 17:29:55 +0000
parents 2de995da10b8
children 46d1ad37d943
line wrap: on
line diff
--- a/doc/interpreter/interp.txi	Fri Aug 31 10:47:27 2007 +0000
+++ b/doc/interpreter/interp.txi	Fri Aug 31 17:29:55 2007 +0000
@@ -13,6 +13,10 @@
 @node One-dimensional Interpolation
 @section One-dimensional Interpolation
 
+Octave supports several methods for one-dimensional interpolation, most
+of which are described in this section.  @ref{Polynomial Interpolation}
+and @ref{Interpolation on Scattered Data} describes further methods.
+
 @DOCSTRING(interp1)
 
 There are some important differences between the various interpolation
@@ -119,7 +123,8 @@
 @section Multi-dimensional Interpolation
 
 There are three multi-dimensional interpolation function in Octave, with
-similar capabilities.
+similar capabilities.  Methods using Delaunay tessellation are described
+in @ref{Interpolation on Scattered Data}.
 
 @DOCSTRING(interp2)