diff src/ov-cx-diag.h @ 9812:f80c566bc751

improve unary mapper system
author Jaroslav Hajek <highegg@gmail.com>
date Thu, 12 Nov 2009 15:47:58 +0100
parents e793865ede63
children f3b65e1ae355
line wrap: on
line diff
--- a/src/ov-cx-diag.h	Wed Nov 11 17:43:45 2009 -0800
+++ b/src/ov-cx-diag.h	Thu Nov 12 15:47:58 2009 +0100
@@ -80,11 +80,7 @@
   bool load_binary (std::istream& is, bool swap, 
 		    oct_mach_info::float_format fmt);
 
-  octave_value abs (void) const;
-  octave_value conj (void) const;
-  octave_value imag (void) const;
-  octave_value real (void) const;
-  octave_value sqrt (void) const;
+  octave_value map (unary_mapper_t umap) const;
 
 private: