comparison src/DLD-FUNCTIONS/tril.cc @ 10840:89f4d7e294cc

Grammarcheck .cc files
author Rik <octave@nomad.inbox5.com>
date Sat, 31 Jul 2010 11:18:11 -0700
parents a8ce6bdecce5
children a4f482e66b65
comparison
equal deleted inserted replaced
10839:65bc065bec95 10840:89f4d7e294cc
360 selected.\n\ 360 selected.\n\
361 \n\ 361 \n\
362 The absolute value of @var{k} must not be greater than the number of\n\ 362 The absolute value of @var{k} must not be greater than the number of\n\
363 sub- or super-diagonals.\n\ 363 sub- or super-diagonals.\n\
364 \n\ 364 \n\
365 For example,\n\ 365 For example:\n\
366 \n\ 366 \n\
367 @example\n\ 367 @example\n\
368 @group\n\ 368 @group\n\
369 tril (ones (3), -1)\n\ 369 tril (ones (3), -1)\n\
370 @result{} 0 0 0\n\ 370 @result{} 0 0 0\n\