annotate .gitattributes @ 31623:59422a6fbd91 stable

mean.m: Accept large DIM inputs and calculate Matlab-compatible output (bug #63411) * mean.m: Accept large DIM inputs by removing any dimensions larger than the dimensions of the input array. Use vectorized operations, rather than for loop, for this input validation. Pre-declare output array before for loop for performance. Use ipermute() after calculations to return correctly-dimensioned result (checked with Matlab). Change BIST tests results to match correct behavior.
author Rik <rik@octave.org>
date Fri, 02 Dec 2022 21:34:15 -0800
parents c6f9ff84dc84
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
29719
c6f9ff84dc84 .gitattributes: Add file to enforce correct line endings on Windows.
Markus Mützel <markus.muetzel@gmx.de>
parents:
diff changeset
1 # line endings in repository match line endings on disc
c6f9ff84dc84 .gitattributes: Add file to enforce correct line endings on Windows.
Markus Mützel <markus.muetzel@gmx.de>
parents:
diff changeset
2 * -text