comparison liboctave/ChangeLog @ 12550:ea3a4bf39048

Treat empty vector (1x0 or 0x1) as valid input to diag(). Bug #32901
author Rik <octave@nomad.inbox5.com>
date Tue, 29 Mar 2011 17:47:26 -0700
parents 015bfdc88092
children 681bb733f4f4
comparison
equal deleted inserted replaced
12549:570193964185 12550:ea3a4bf39048
1 2011-03-29 Rik <octave@nomad.inbox5.com>
2
3 * Array.cc (diag): Treat empty vector (1x0 or 0x1) as valid input.
4 Improves Matlab compatibility (bug #32901).
5
1 2011-02-13 David Bateman <dbateman@free.fr> 6 2011-02-13 David Bateman <dbateman@free.fr>
2 7
3 * Sparse-perm-op-defs.h (template <typename SM> 8 * Sparse-perm-op-defs.h (template <typename SM>
4 SM octinternal_do_mul_colpm_sm (const octave_idx_type *, 9 SM octinternal_do_mul_colpm_sm (const octave_idx_type *,
5 const SM&)): Ensure that the row indices are sorted. 10 const SM&)): Ensure that the row indices are sorted.