comparison liboctave/array/MSparse-C.cc @ 20506:2aa4fb60ae77

MSparse code simplification by macro removal without reduction of functionality. * boolSparse.h: Replace header inclusion. * CSparse.h: Remove merged header inclusion. * dSparse.h: Remove merged header inclusion. * module.mk: Remove merged header from build system. * MSparse-C.cc: Remove unnecessary header inclusion. * MSparse-d.cc: Remove unnecessary header inclusion. * MSparse.cc: Moved header inclusions to MSparse.h. * MSparse.h: New header files and macros from MSparse-defs.h. * MSparse-defs.h: Merged macro expanded code to MSparse.h.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 22 Sep 2015 21:45:24 +0200
parents 4197fc428c7d
children f7121e111991
comparison
equal deleted inserted replaced
20505:dd327c0909b0 20506:2aa4fb60ae77
26 #endif 26 #endif
27 27
28 #include "oct-cmplx.h" 28 #include "oct-cmplx.h"
29 29
30 #include "MSparse.h" 30 #include "MSparse.h"
31 #include "MSparse.cc"
32 31
33 template class OCTAVE_API MSparse<Complex>; 32 template class OCTAVE_API MSparse<Complex>;
34 33
35 INSTANTIATE_SPARSE_FRIENDS (Complex, OCTAVE_API); 34 INSTANTIATE_SPARSE_FRIENDS (Complex, OCTAVE_API);