comparison src/DLD-FUNCTIONS/lu.cc @ 11572:7d6d8c1e471f

Grammarcheck Texinfo for files in src directory.
author Rik <octave@nomad.inbox5.com>
date Wed, 19 Jan 2011 17:51:22 -0800
parents 01f703952eff
children 12df7854fa7c
comparison
equal deleted inserted replaced
11571:0e414f837c58 11572:7d6d8c1e471f
635 stable.\n\ 635 stable.\n\
636 \n\ 636 \n\
637 The matrix case is done as a sequence of rank-1 updates;\n\ 637 The matrix case is done as a sequence of rank-1 updates;\n\
638 thus, for large enough k, it will be both faster and more accurate to\n\ 638 thus, for large enough k, it will be both faster and more accurate to\n\
639 recompute the factorization from scratch.\n\ 639 recompute the factorization from scratch.\n\
640 @seealso{lu,qrupdate,cholupdate}\n\ 640 @seealso{lu, qrupdate, cholupdate}\n\
641 @end deftypefn") 641 @end deftypefn")
642 { 642 {
643 octave_idx_type nargin = args.length (); 643 octave_idx_type nargin = args.length ();
644 octave_value_list retval; 644 octave_value_list retval;
645 645