diff doc/interpreter/sparse.txi @ 7681:b1c1133641ee

Add the spaugment function
author David Bateman <dbateman@free.fr>
date Wed, 02 Apr 2008 14:08:28 -0400
parents 56012914972a
children 8a42498edb30
line wrap: on
line diff
--- a/doc/interpreter/sparse.txi	Wed Apr 02 13:29:19 2008 -0400
+++ b/doc/interpreter/sparse.txi	Wed Apr 02 14:08:28 2008 -0400
@@ -474,7 +474,7 @@
 
 @item Linear algebra:
   @dfn{matrix_type}, @dfn{normest}, @dfn{condest}, @dfn{sprank}
-@c @dfn{spaugment}
+  @dfn{spaugment}
 @c @dfn{eigs}, @dfn{svds} but these are in octave-forge for now
 
 @item Iterative techniques:
@@ -825,6 +825,11 @@
 
 @DOCSTRING(symbfact)
 
+For non square matrices, the user can also utilize the @code{spaugment}
+function to find a least squares solution to a linear equation.
+
+@DOCSTRING(spaugment)
+
 @node Iterative Techniques, Real Life Example, Sparse Linear Algebra, Sparse Matrices
 @section Iterative Techniques applied to sparse matrices