diff liboctave/chNDArray.h @ 9812:f80c566bc751

improve unary mapper system
author Jaroslav Hajek <highegg@gmail.com>
date Thu, 12 Nov 2009 15:47:58 +0100
parents b4fdfee405b5
children fd262afea1d1
line wrap: on
line diff
--- a/liboctave/chNDArray.h
+++ b/liboctave/chNDArray.h
@@ -95,11 +95,6 @@
 
   charNDArray diag (octave_idx_type k = 0) const;
 
-  typedef int (*mapper) (int);
-  boolNDArray bmap (mapper fcn) const;
-  NDArray dmap (mapper fcn) const;
-  charNDArray smap (mapper fcn) const;
-
 private:
 
   charNDArray (char *d, dim_vector& dv) : MArrayN<char> (d, dv) { }