comparison libinterp/corefcn/sparse.cc @ 30329:81d26e8481a6

maint: Shorten @seealso lines to less than 80 characters (bug #57599) * chol.cc, data.cc, debug.cc, file-io.cc, load-save.cc, oct-hist.cc, pr-output.cc, sparse.cc, syscalls.cc, time.cc, utils.cc, ov-struct.cc, base64decode.m, base64encode.m, getappdata.m, isappdata.m, setappdata.m, colormap.m, isdir.m, cast.m, getfield.m, isfile.m, isfolder.m, setfield.m, contour.m, contour3.m, contourf.m, ezplot.m, isosurface.m, mesh.m, meshc.m, meshz.m, plot.m, surf.m, surfc.m, waterfall.m, movmad.m, movmax.m, movmean.m, movmedian.m, movmin.m, movprod.m, movstd.m, movsum.m, movvar.m: Shorten @seealso lines to less than 80 characters.
author Rik <rik@octave.org>
date Tue, 23 Nov 2021 11:26:38 -0800
parents 7d6709900da7
children a61e1a0f6024
comparison
equal deleted inserted replaced
30328:a2397a85d7e5 30329:81d26e8481a6
142 142
143 (1, 1) -> 4 143 (1, 1) -> 4
144 (2, 2) -> 5 144 (2, 2) -> 5
145 @end group 145 @end group
146 @end example 146 @end example
147 @seealso{full, accumarray, spalloc, spdiags, speye, spones, sprand, sprandn, sprandsym, spconvert, spfun} 147 @seealso{full, accumarray, spalloc, spdiags, speye, spones, sprand, sprandn,
148 sprandsym, spconvert, spfun}
148 @end deftypefn */) 149 @end deftypefn */)
149 { 150 {
150 int nargin = args.length (); 151 int nargin = args.length ();
151 152
152 if (nargin == 0 || nargin > 6) 153 if (nargin == 0 || nargin > 6)