Mercurial > hg > octave-nkf
diff liboctave/dMatrix.h @ 2676:a5a300c61159
[project @ 1997-02-14 03:16:06 by jwe]
author | jwe |
---|---|
date | Fri, 14 Feb 1997 03:16:12 +0000 |
parents | 170053c0f75e |
children | 92826d6e8bd9 |
line wrap: on
line diff
--- a/liboctave/dMatrix.h +++ b/liboctave/dMatrix.h @@ -203,9 +203,9 @@ // other operations - friend Matrix map (d_d_Mapper f, const Matrix& a); - friend Matrix map (d_c_Mapper f, const ComplexMatrix& a); - void map (d_d_Mapper f); + Matrix map (d_d_Mapper f) const; + + Matrix& apply (d_d_Mapper f); bool any_element_is_negative (void) const; bool any_element_is_inf_or_nan (void) const;