comparison src/DLD-FUNCTIONS/inv.cc @ 9064:7c02ec148a3c

Check grammar on all .cc files Same check as previously done on .m files Attempt to enforce some conformity in documentation text for rules such as two spaces after a period, commas around latin abbreviations, etc.
author Rik <rdrider0-list@yahoo.com>
date Sat, 28 Mar 2009 13:57:22 -0700
parents 93f18f166aba
children 40dfc0c99116
comparison
equal deleted inserted replaced
9063:a6cf0ad87eee 9064:7c02ec148a3c
45 of the reciprocal condition number if requested, otherwise warn of an\n\ 45 of the reciprocal condition number if requested, otherwise warn of an\n\
46 ill-conditioned matrix if the reciprocal condition number is small.\n\ 46 ill-conditioned matrix if the reciprocal condition number is small.\n\
47 \n\ 47 \n\
48 If called with a sparse matrix, then in general @var{x} will be a full\n\ 48 If called with a sparse matrix, then in general @var{x} will be a full\n\
49 matrix, and so if possible forming the inverse of a sparse matrix should\n\ 49 matrix, and so if possible forming the inverse of a sparse matrix should\n\
50 be avoided. It is significantly more accurate and faster to do\n\ 50 be avoided. It is significantly more accurate and faster to do\n\
51 @code{@var{y} = @var{a} \\ @var{b}}, rather than\n\ 51 @code{@var{y} = @var{a} \\ @var{b}}, rather than\n\
52 @code{@var{y} = inv (@var{a}) * @var{b}}.\n\ 52 @code{@var{y} = inv (@var{a}) * @var{b}}.\n\
53 @end deftypefn") 53 @end deftypefn")
54 { 54 {
55 octave_value_list retval; 55 octave_value_list retval;