Mercurial > hg > octave-nkf
comparison bootstrap.conf @ 18968:a5286fb173cd gui-release
Match Matlab return dimensions for find on empty sparse matrices (bug #42408).
* find.cc (find_nonzero_elem_idx (const Sparse<T>& v)): Match Matlab return
dimensions for odd cases such as 0x1, 1x0, 1x1(empty) sparse matrices. The
conditions are documented in Array.cc (Array<T>::find) and are already
implemented for other array types besides sparse.
* find.cc (find_nonzero_elem_idx (const PermMatrix& v)): Match Matlab return
dimensions for odd cases such as 0x1, 1x0, 1x1(empty) permutation matrices.
author | Rik <rik@octave.org> |
---|---|
date | Sun, 25 May 2014 10:23:03 -0700 |
parents | a4bc3ad4c703 |
children | ff4da3c8ed16 |
comparison
equal
deleted
inserted
replaced
18949:095fdef3d67c | 18968:a5286fb173cd |
---|