diff doc/interpreter/octave.texi @ 8839:fcba62cc4549

add chapter about diagonal and permutation matrices to manual
author Jaroslav Hajek <highegg@gmail.com>
date Mon, 23 Feb 2009 13:55:44 +0100
parents 03b7f618ab3d
children eb63fbe60fab
line wrap: on
line diff
--- a/doc/interpreter/octave.texi	Mon Feb 23 12:47:30 2009 +0100
+++ b/doc/interpreter/octave.texi	Mon Feb 23 13:55:44 2009 +0100
@@ -165,6 +165,7 @@
 * Arithmetic::                  
 * Linear Algebra::              
 * Nonlinear Equations::         
+* Diagonal and Permutation Matrices::
 * Sparse Matrices::
 * Numerical Integration::                  
 * Differential Equations::      
@@ -419,6 +420,14 @@
 * Matrix Factorizations::       
 * Functions of a Matrix::       
 
+Diagonal and Permutation Matrices
+
+* Basic Usage::
+* Matrix Algebra::
+* Function Support::
+* Example Codes::
+* Zeros Treatment::
+
 Sparse Matrices
 
 * Basics::
@@ -594,6 +603,7 @@
 @include arith.texi
 @include linalg.texi
 @include nonlin.texi
+@include diagperm.texi
 @include sparse.texi
 @include quad.texi
 @include diffeq.texi