Mercurial > hg > octave-thorsten
diff doc/interpreter/octave.texi @ 6570:49f0820425a8
[project @ 2007-04-24 23:06:56 by jwe]
author | jwe |
---|---|
date | Tue, 24 Apr 2007 23:07:44 +0000 |
parents | 2eee82833c9e |
children | b9bd216661d1 |
line wrap: on
line diff
--- a/doc/interpreter/octave.texi +++ b/doc/interpreter/octave.texi @@ -153,14 +153,15 @@ * Polynomial Manipulations:: * Interpolation:: * Geometry:: -* Hashing:: +* Hashing Functions:: * Control Theory:: * Signal Processing:: * Image Processing:: * Audio Processing:: * Quaternions:: * System Utilities:: -* Packages:: +* Packages:: +* Dynamically Linked Functions:: * Test and Demo Functions:: * Tips:: * Trouble:: If you have trouble installing Octave. @@ -320,7 +321,6 @@ * Returning From a Function:: * Function Files:: * Script Files:: -* Dynamically Linked Functions:: * Organization of Functions:: Error Handling @@ -400,7 +400,6 @@ * Sparse Linear Algebra:: * Iterative Techniques:: * Real Life Example:: -* Oct-Files:: * Function Reference:: Quadrature @@ -426,6 +425,8 @@ * Models:: * Distributions:: +Hashing Functions + Control Theory * sysstruct:: @@ -486,6 +487,12 @@ * The INDEX file:: * PKG_ADD and PKG_DEL directives:: +Dynamically Linked Functions + +* Oct-Files:: +* Mex-Files:: +* Standalone Programs:: + Test and Demo Functions * Test Functions:: @@ -587,6 +594,7 @@ @c for them, and there appears to be no way to go back to the original @c set of indices once a redirection has taken place. +@include dynamic.texi @include testfun.texi @include tips.texi @include bugs.texi