Mercurial > hg > octave-lyh
comparison liboctave/boolNDArray.h @ 4944:44046bbaa52c
[project @ 2004-08-31 05:30:46 by jwe]
author | jwe |
---|---|
date | Tue, 31 Aug 2004 05:30:47 +0000 |
parents | c88afb778c41 |
children | 269c3d6c0569 |
comparison
equal
deleted
inserted
replaced
4943:1a499d0c58f5 | 4944:44046bbaa52c |
---|---|
30 #include "ArrayN.h" | 30 #include "ArrayN.h" |
31 #include "CMatrix.h" | 31 #include "CMatrix.h" |
32 | 32 |
33 #include "mx-defs.h" | 33 #include "mx-defs.h" |
34 #include "mx-op-defs.h" | 34 #include "mx-op-defs.h" |
35 | |
36 #include "data-conv.h" | |
37 #include "mach-info.h" | |
38 | 35 |
39 #include "boolMatrix.h" | 36 #include "boolMatrix.h" |
40 | 37 |
41 class | 38 class |
42 boolNDArray : public ArrayN<bool> | 39 boolNDArray : public ArrayN<bool> |