diff doc/interpreter/sparse.txi @ 7189:e8d953d03f6a

[project @ 2007-11-26 20:42:09 by dbateman]
author dbateman
date Mon, 26 Nov 2007 20:42:11 +0000
parents 81bed50b9feb
children 55f35e469c43
line wrap: on
line diff
--- a/doc/interpreter/sparse.txi	Mon Nov 26 20:31:25 2007 +0000
+++ b/doc/interpreter/sparse.txi	Mon Nov 26 20:42:11 2007 +0000
@@ -490,9 +490,9 @@
 @item Linear algebra:
   @dfn{matrix_type}, @dfn{spchol}, @dfn{cpcholinv}, 
   @dfn{spchol2inv}, @dfn{spdet}, @dfn{spinv}, @dfn{spkron},
-  @dfn{splchol}, @dfn{splu}, @dfn{spqr}, @dfn{normest}, 
+  @dfn{splchol}, @dfn{splu}, @dfn{spqr}, @dfn{normest}, @dfn{condest},
   @dfn{sprank}
-@c @dfn{condest}, @dfn{spaugment}
+@c @dfn{spaugment}
 @c @dfn{eigs}, @dfn{svds} but these are in octave-forge for now
 
 @item Iterative techniques:
@@ -828,6 +828,8 @@
 
 @DOCSTRING(normest)
 
+@DOCSTRING(condest)
+
 @DOCSTRING(spchol)
 
 @DOCSTRING(spcholinv)