Mercurial > hg > octave-lyh
changeset 510:7013424771d4
[project @ 1994-07-12 17:47:16 by jwe]
author | jwe |
---|---|
date | Tue, 12 Jul 1994 17:47:16 +0000 |
parents | 7a3b6bb00c6e |
children | 08a3f07adc78 |
files | src/pt-const.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/pt-const.h +++ b/src/pt-const.h @@ -303,7 +303,8 @@ extern tree_constant identity_matrix (const tree_constant& a, const tree_constant& b); -extern tree_constant find_nonzero_elem_idx (const tree_constant& a); +extern Octave_object find_nonzero_elem_idx (const tree_constant& a, + int nargout); extern Octave_object matrix_log (const tree_constant& a); extern Octave_object matrix_sqrt (const tree_constant& a);