Mercurial > hg > octave-lyh
comparison liboctave/dMatrix.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 | 1bd918cfb6e2 |
children | f3ff420fccf7 |
comparison
equal
deleted
inserted
replaced
8773:9e3111d203c0 | 8774:b756ce0002db |
---|---|
49 #include "lo-utils.h" | 49 #include "lo-utils.h" |
50 #include "mx-base.h" | 50 #include "mx-base.h" |
51 #include "mx-m-dm.h" | 51 #include "mx-m-dm.h" |
52 #include "mx-dm-m.h" | 52 #include "mx-dm-m.h" |
53 #include "mx-inlines.cc" | 53 #include "mx-inlines.cc" |
54 #include "mx-op-defs.h" | |
54 #include "oct-cmplx.h" | 55 #include "oct-cmplx.h" |
55 #include "oct-norm.h" | 56 #include "oct-norm.h" |
56 #include "quit.h" | 57 #include "quit.h" |
57 | 58 |
58 #if defined (HAVE_FFTW3) | 59 #if defined (HAVE_FFTW3) |