Mercurial > hg > octave-nkf
comparison liboctave/boolNDArray.cc @ 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 | d0755c9db5ed |
children | ea76466605ba |
comparison
equal
deleted
inserted
replaced
8773:9e3111d203c0 | 8774:b756ce0002db |
---|---|
27 | 27 |
28 #include "Array-util.h" | 28 #include "Array-util.h" |
29 #include "CNDArray.h" | 29 #include "CNDArray.h" |
30 #include "mx-base.h" | 30 #include "mx-base.h" |
31 #include "lo-ieee.h" | 31 #include "lo-ieee.h" |
32 #include "mx-op-defs.h" | |
32 | 33 |
33 // unary operations | 34 // unary operations |
34 | 35 |
35 boolNDArray | 36 boolNDArray |
36 boolNDArray::operator ! (void) const | 37 boolNDArray::operator ! (void) const |