comparison liboctave/boolMatrix.h @ 8774:b756ce0002db

split implementation and interface in mx-op-defs and MArray-defs
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 17 Feb 2009 08:38:00 +0100
parents 36594d5bbe13
children eb63fbe60fab
comparison
equal deleted inserted replaced
8773:9e3111d203c0 8774:b756ce0002db
25 #define octave_boolMatrix_int_h 1 25 #define octave_boolMatrix_int_h 1
26 26
27 #include "Array2.h" 27 #include "Array2.h"
28 28
29 #include "mx-defs.h" 29 #include "mx-defs.h"
30 #include "mx-op-defs.h" 30 #include "mx-op-decl.h"
31 31
32 class 32 class
33 OCTAVE_API 33 OCTAVE_API
34 boolMatrix : public Array2<bool> 34 boolMatrix : public Array2<bool>
35 { 35 {