diff libinterp/dldfcn/chol.cc @ 26046:ff0aa19333c9

doc: grammarcheck C++ files in libinterp/ directory. * data.cc, graphics.cc, sysdep.cc, chol.cc, qr.cc: grammarcheck C++ files.
author Rik <rik@octave.org>
date Fri, 09 Nov 2018 21:20:34 -0800
parents 476fc012d09a
children 00f796120a6d
line wrap: on
line diff
--- a/libinterp/dldfcn/chol.cc	Fri Nov 09 20:24:02 2018 +0100
+++ b/libinterp/dldfcn/chol.cc	Fri Nov 09 21:20:34 2018 -0800
@@ -796,7 +796,8 @@
            doc: /* -*- texinfo -*-
 @deftypefn  {} {@var{R1} =} cholinsert (@var{R}, @var{j}, @var{u})
 @deftypefnx {} {[@var{R1}, @var{info}] =} cholinsert (@var{R}, @var{j}, @var{u})
-Update a Cholesky factorization given a row or column to insert in the original factored matrix.
+Update a Cholesky factorization given a row or column to insert in the
+original factored matrix.
 
 Given a Cholesky@tie{}factorization of a real symmetric or complex Hermitian
 positive definite matrix @w{@var{A} = @var{R}'*@var{R}}, @var{R}@tie{}upper
@@ -1050,7 +1051,8 @@
 DEFUN_DLD (choldelete, args, ,
            doc: /* -*- texinfo -*-
 @deftypefn {} {@var{R1} =} choldelete (@var{R}, @var{j})
-Update a Cholesky factorization given a row or column to delete from the original factored matrix.
+Update a Cholesky factorization given a row or column to delete from the
+original factored matrix.
 
 Given a Cholesky@tie{}factorization of a real symmetric or complex Hermitian
 positive definite matrix @w{@var{A} = @var{R}'*@var{R}}, @var{R}@tie{}upper
@@ -1174,7 +1176,8 @@
 DEFUN_DLD (cholshift, args, ,
            doc: /* -*- texinfo -*-
 @deftypefn {} {@var{R1} =} cholshift (@var{R}, @var{i}, @var{j})
-Update a Cholesky factorization given a range of columns to shift in the original factored matrix.
+Update a Cholesky factorization given a range of columns to shift in the
+original factored matrix.
 
 Given a Cholesky@tie{}factorization of a real symmetric or complex Hermitian
 positive definite matrix @w{@var{A} = @var{R}'*@var{R}}, @var{R}@tie{}upper