comparison scripts/deprecated/disable_permutation_matrix.m @ 30602:916e13929773

maint: merge stable to default.
author Rik <rik@octave.org>
date Thu, 06 Jan 2022 14:23:03 -0800
parents ed17822e7662 824c67e2bd66
children 597f3ee61a48
comparison
equal deleted inserted replaced
30600:6848686caf2b 30602:916e13929773
25 25
26 ## -*- texinfo -*- 26 ## -*- texinfo -*-
27 ## @deftypefn {} {@var{val} =} disable_permutation_matrix () 27 ## @deftypefn {} {@var{val} =} disable_permutation_matrix ()
28 ## @deftypefnx {} {@var{old_val} =} disable_permutation_matrix (@var{new_val}) 28 ## @deftypefnx {} {@var{old_val} =} disable_permutation_matrix (@var{new_val})
29 ## @deftypefnx {} {@var{old_val} =} disable_permutation_matrix (@var{new_val}, "local") 29 ## @deftypefnx {} {@var{old_val} =} disable_permutation_matrix (@var{new_val}, "local")
30 ##
31 ## @code{disable_permutation_matrix} is deprecated and will be removed in
32 ## Octave version 9. Use @code{optimize_permutation_matrix} instead.
33 ##
30 ## Query or set whether storing permutation matrices in a special 34 ## Query or set whether storing permutation matrices in a special
31 ## space-efficient format is disabled. 35 ## space-efficient format is disabled.
32 ## 36 ##
33 ## The default value is false. If this option is set to true, Octave will 37 ## The default value is false. If this option is set to true, Octave will
34 ## store ranges as full matrices. 38 ## store ranges as full matrices.