comparison src/sparse.cc @ 14620:cd375519eab0

doc: Periodic grammar check of documentation * get_unsatisfied_deps.m, print.m, shrinkfaces.m, polyfit.m, splinefit.m, chol.cc, rand.cc, sparse.cc: Improve docstrings.
author Rik <octave@nomad.inbox5.com>
date Thu, 10 May 2012 22:08:18 -0700
parents c288881669b9
children 460a3c6d8bf1
comparison
equal deleted inserted replaced
14619:be12c85c6ce7 14620:cd375519eab0
76 @var{j} as given by @code{@var{m} = max (@var{i})},\n\ 76 @var{j} as given by @code{@var{m} = max (@var{i})},\n\
77 @code{@var{n} = max (@var{j})}.\n\ 77 @code{@var{n} = max (@var{j})}.\n\
78 \n\ 78 \n\
79 @strong{Note}: if multiple values are specified with the same\n\ 79 @strong{Note}: if multiple values are specified with the same\n\
80 @var{i}, @var{j} indices, the corresponding values in @var{s} will\n\ 80 @var{i}, @var{j} indices, the corresponding values in @var{s} will\n\
81 be added. See @code{accumarray} for an example of how to produce different\n\ 81 be added. See @code{accumarray} for an example of how to produce different\n\
82 behavior, such as taking the minimum instead.\n\ 82 behavior, such as taking the minimum instead.\n\
83 \n\ 83 \n\
84 The following are all equivalent:\n\ 84 The following are all equivalent:\n\
85 \n\ 85 \n\
86 @example\n\ 86 @example\n\