diff doc/interpreter/matrix.txi @ 6550:1b7a6061a05d

[project @ 2007-04-20 07:40:26 by jwe]
author jwe
date Fri, 20 Apr 2007 07:40:26 +0000
parents 6ab0a8767780
children 083721ae3dfa
line wrap: on
line diff
--- a/doc/interpreter/matrix.txi	Fri Apr 20 06:55:29 2007 +0000
+++ b/doc/interpreter/matrix.txi	Fri Apr 20 07:40:26 2007 +0000
@@ -15,6 +15,7 @@
 @menu
 * Finding Elements and Checking Conditions::  
 * Rearranging Matrices::        
+* Applying a Function to an Array::
 * Special Utility Matrices::    
 * Famous Matrices::             
 @end menu
@@ -99,6 +100,8 @@
 
 @DOCSTRING(sort)
 
+@DOCSTRING(sortrows)
+
 Since the @code{sort} function does not allow sort keys to be specified,
 it can't be used to order the rows of a matrix according to the values
 of the elements in various columns@footnote{For example, to first sort
@@ -120,6 +123,12 @@
 @end group
 @end example
 
+@DOCSTRING(swap)
+
+@DOCSTRING(swapcols)
+
+@DOCSTRING(swaprows)
+
 @DOCSTRING(tril)
 
 @DOCSTRING(vec)
@@ -128,6 +137,13 @@
 
 @DOCSTRING(prepad)
 
+@DOCSTRING(blkdiag)
+
+@node Applying a Function to an Array
+@section Applying a Function to an Array
+
+@DOCSTRING(arrayfun)
+
 @node Special Utility Matrices
 @section Special Utility Matrices