comparison scripts/deprecated/disable_diagonal_matrix.m @ 30330:01de0045b2e3

maint: Shorten some long lines to <= 80 characters (bug #57599) * audiorecorder.m, disable_diagonal_matrix.m, disable_permutation_matrix.m, disable_range.m, atan2d.m, accumdim.m, bitcmp.m, blkdiag.m, cplxpair.m, dblquad.m, integral2.m, integral3.m, interp2.m, interpn.m, logspace.m, delaunayn.m, griddata3.m, imread.m, genvarname.m, strread.m, nthargout.m, parseparams.m, lsqnonneg.m, qp.m, sqp.m, material.m, __gnuplot_legend__.m, plot.m, __gnuplot_drawnow__.m, polygcd.m, polyvalm.m, setdiff.m, fftfilt.m, eigs.m, betainc.m, cosint.m, factor.m, gallery.m, toeplitz.m, discrete_cdf.m, discrete_inv.m, discrete_pdf.m, iqr.m, kurtosis.m, quantile.m, bin2dec.m, isstrprop.m, mat2str.m, strchr.m, strsplit.m, __have_feature__.m, datenum.m, datevec.m, eomday.m, weboptions.m: maint: Shorten some long lines to <= 80 characters.
author Rik <rik@octave.org>
date Tue, 23 Nov 2021 13:28:34 -0800
parents 605275522c37
children 212461a26e9c
comparison
equal deleted inserted replaced
30329:81d26e8481a6 30330:01de0045b2e3
28 ## @deftypefnx {} {@var{old_val} =} disable_diagonal_matrix (@var{new_val}) 28 ## @deftypefnx {} {@var{old_val} =} disable_diagonal_matrix (@var{new_val})
29 ## @deftypefnx {} {} disable_diagonal_matrix (@var{new_val}, "local") 29 ## @deftypefnx {} {} disable_diagonal_matrix (@var{new_val}, "local")
30 ## Query or set whether storing diagonal matrices in a special space-efficient 30 ## Query or set whether storing diagonal matrices in a special space-efficient
31 ## format is disabled. 31 ## format is disabled.
32 ## 32 ##
33 ## The default value is false. If this option is set to true, Octave will store 33 ## The default value is false. If this option is set to true, Octave will
34 ## ranges as full matrices. 34 ## store ranges as full matrices.
35 ## 35 ##
36 ## When called from inside a function with the @qcode{"local"} option, the setting 36 ## When called from inside a function with the @qcode{"local"} option, the
37 ## is changed locally for the function and any subroutines it calls. The original 37 ## setting is changed locally for the function and any subroutines it calls.
38 ## setting is restored when exiting the function. 38 ## The original setting is restored when exiting the function.
39 ## @seealso{disable_diagonal_matrix, disable_permutation_matrix} 39 ## @seealso{disable_diagonal_matrix, disable_permutation_matrix}
40 ## @end deftypefn 40 ## @end deftypefn
41 41
42 ## FIXME: DEPRECATED: Remove in version 9. 42 ## FIXME: DEPRECATED: Remove in version 9.
43 43