diff liboctave/dRowVector.h @ 2676:a5a300c61159

[project @ 1997-02-14 03:16:06 by jwe]
author jwe
date Fri, 14 Feb 1997 03:16:12 +0000
parents 4fc9fd1424a9
children 8b262e771614
line wrap: on
line diff
--- a/liboctave/dRowVector.h
+++ b/liboctave/dRowVector.h
@@ -81,9 +81,9 @@
 
   // other operations
 
-  friend RowVector map (d_d_Mapper f, const RowVector& a);
-  friend RowVector map (d_c_Mapper f, const ComplexRowVector& a);
-  void map (d_d_Mapper f);
+  RowVector map (d_d_Mapper f) const;
+
+  RowVector& apply (d_d_Mapper f);
 
   double min (void) const;
   double max (void) const;