diff scripts/deprecated/disable_permutation_matrix.m @ 30601:824c67e2bd66 stable

doc: Use Markdown verbatim mode for functions and operators in NEWS.7.md. Add information about when deprecated functions will be removed. * NEWS.7.md: Use Markdown verbatim mode for more items. * disable_diagonal_matrix.m, disable_permutation_matrix.m, disable_range.m: Add comment to documentation about which version of Octave these deprecated functions will be removed in.
author Rik <rik@octave.org>
date Thu, 06 Jan 2022 14:21:03 -0800
parents 796f54d4ddbf
children 916e13929773
line wrap: on
line diff
--- a/scripts/deprecated/disable_permutation_matrix.m	Thu Jan 06 13:05:57 2022 +0100
+++ b/scripts/deprecated/disable_permutation_matrix.m	Thu Jan 06 14:21:03 2022 -0800
@@ -27,6 +27,10 @@
 ## @deftypefn  {} {@var{val} =} disable_permutation_matrix ()
 ## @deftypefnx {} {@var{old_val} =} disable_permutation_matrix (@var{new_val})
 ## @deftypefnx {} {} disable_permutation_matrix (@var{new_val}, "local")
+##
+## @code{disable_permutation_matrix} is deprecated and will be removed in
+## Octave version 9.  Use @code{optimize_permutation_matrix} instead.
+##
 ## Query or set whether storing permutation matrices in a special
 ## space-efficient format is disabled.
 ##