diff src/DLD-FUNCTIONS/chol.cc @ 10846:a4f482e66b65

Grammarcheck more of the documentation. Use @noindent macro appropriately. Limit line length to 80 characters.
author Rik <octave@nomad.inbox5.com>
date Sun, 01 Aug 2010 20:22:17 -0700
parents 89f4d7e294cc
children fd0a3ac60b0e
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/chol.cc	Sun Aug 01 14:50:51 2010 -0400
+++ b/src/DLD-FUNCTIONS/chol.cc	Sun Aug 01 20:22:17 2010 -0700
@@ -1003,8 +1003,8 @@
 @deftypefn {Loadable Function} {@var{R1} =} choldelete (@var{R}, @var{j})\n\
 Given a Cholesky@tie{}factorization of a real symmetric or complex Hermitian\n\
 positive definite matrix @w{@var{A} = @var{R}'*@var{R}}, @var{R}@tie{}upper\n\
-triangular, return the Cholesky@tie{}factorization of @w{A(p,p)}, where @w{p =\n\
-[1:j-1,j+1:n+1]}.\n\
+triangular, return the Cholesky@tie{}factorization of @w{A(p,p)}, where\n\
+@w{p = [1:j-1,j+1:n+1]}.\n\
 @seealso{chol, cholupdate, cholinsert}\n\
 @end deftypefn")
 {