Mercurial > hg > octave-nkf
comparison liboctave/dNDArray.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 | a1ae2aae903e |
children | 724c0f46d9d4 |
comparison
equal
deleted
inserted
replaced
8773:9e3111d203c0 | 8774:b756ce0002db |
---|---|
26 #include "MArrayN.h" | 26 #include "MArrayN.h" |
27 #include "dMatrix.h" | 27 #include "dMatrix.h" |
28 #include "intNDArray.h" | 28 #include "intNDArray.h" |
29 | 29 |
30 #include "mx-defs.h" | 30 #include "mx-defs.h" |
31 #include "mx-op-defs.h" | 31 #include "mx-op-decl.h" |
32 | 32 |
33 class | 33 class |
34 OCTAVE_API | 34 OCTAVE_API |
35 NDArray : public MArrayN<double> | 35 NDArray : public MArrayN<double> |
36 { | 36 { |