comparison doc/interpreter/install.txi @ 19164:ba167badef9f

Deprecate delaunay3 and extend delaunay to 3-D inputs. * NEWS: Announce deprecation of delaunay3. Announce extension of delaunay to 3-D inputs. * scripts/deprecated/delaunay3.m: Moved from geometry/. Print warning about deprecation when executing function for the first time. * scripts/deprecated/module.mk: Add deprecated delaunay3.m to build system. * scripts/geometry/module.mk: Remove from geometry directory build system * delaunay.m: Redo docstring to mention 2-D and 3-D inputs. Overhaul function to accept 3-D inputs. Add %!error input validation tests. * delaunayn, tetramesh.m: Remove seealso reference to delaunay3. * geometry.txi, install.txi: Remove delaunay3 from manual.
author Rik <rik@octave.org>
date Fri, 26 Sep 2014 09:02:53 -0700
parents 19a140e93b1f
children 9f83ea3fa48c
comparison
equal deleted inserted replaced
19163:71da5cce37d6 19164:ba167badef9f
286 interpretation and rendering. 286 interpretation and rendering.
287 287
288 @item Qhull 288 @item Qhull
289 Computational geometry library (@url{http://www.qhull.org}). Qhull is 289 Computational geometry library (@url{http://www.qhull.org}). Qhull is
290 required to provide the functions @code{convhull}, @code{convhulln}, 290 required to provide the functions @code{convhull}, @code{convhulln},
291 @code{delaunay}, @code{delaunay3}, @code{delaunayn}, @code{voronoi}, and 291 @code{delaunay}, @code{delaunayn}, @code{voronoi}, and @code{voronoin}.
292 @code{voronoin}.
293 292
294 @item QRUPDATE 293 @item QRUPDATE
295 QR factorization updating library 294 QR factorization updating library
296 (@url{http://sourceforge.net/projects/qrupdate}). QRUPDATE is used to 295 (@url{http://sourceforge.net/projects/qrupdate}). QRUPDATE is used to
297 provide improved performance for the functions @code{qrdelete}, 296 provide improved performance for the functions @code{qrdelete},