changeset 28864:500011ff7e3e

maint: merge stable to default.
author Rik <rik@octave.org>
date Wed, 07 Oct 2020 13:54:26 -0700
parents 1807a5762cba (current diff) 54b9fcbefd73 (diff)
children 914b2a694824
files
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/sparse/colperm.m	Wed Oct 07 09:38:48 2020 +0200
+++ b/scripts/sparse/colperm.m	Wed Oct 07 13:54:26 2020 -0700
@@ -26,12 +26,12 @@
 ## -*- texinfo -*-
 ## @deftypefn {} {@var{p} =} colperm (@var{s})
 ## Return the column permutations such that the columns of
-## @code{@var{s} (:, @var{p})} are ordered in terms of increasing number of
+## @code{@var{s}(:, @var{p})} are ordered in terms of increasing number of
 ## nonzero elements.
 ##
 ## If @var{s} is symmetric, then @var{p} is chosen such that
-## @code{@var{s} (@var{p}, @var{p})} orders the rows and columns with
-## increasing number of nonzeros elements.
+## @code{@var{s}(@var{p}, @var{p})} orders the rows and columns with
+## increasing number of nonzero elements.
 ## @end deftypefn
 
 function p = colperm (s)