Mercurial > hg > octave-nkf
diff liboctave/array/MSparse.h @ 17679:c81debf315e0
Avoid use of numel in sparse matrix min/max functions
* dSparse.cc (SparseMatrix SparseMatrix::max (Array<octave_idx-type>&, int)) :
Remove use of numel
(SparseMatrix SparseMatrix::min (Array<octave_idx-type>&, int)) : ditto
* CSparse.cc (SparseComplexMatrix SparseComplexMatrix::max (
Array<octave_idx-type>&, int)) : Remove use of numel
(SparseComplexMatrix SparseComplexMatrix::min (Array<octave_idx-type>&,
int)) : ditto
author | David Bateman <dbateman@free.fr> |
---|---|
date | Thu, 17 Oct 2013 23:07:34 +0200 |
parents | 648dabbb4c6b |
children | d63878346099 |