Mercurial > hg > octave-nkf
comparison liboctave/Array-C.cc @ 9732:b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Fri, 16 Oct 2009 13:12:31 +0200 |
parents | a407e894ec74 |
children | 56fbe170d354 |
comparison
equal
deleted
inserted
replaced
9731:7b9cbaad68d6 | 9732:b4fdfee405b5 |
---|---|
94 | 94 |
95 #include "Array2.h" | 95 #include "Array2.h" |
96 | 96 |
97 template class OCTAVE_API Array2<Complex>; | 97 template class OCTAVE_API Array2<Complex>; |
98 | 98 |
99 #include "ArrayN.h" | 99 template OCTAVE_API std::ostream& operator << (std::ostream&, const Array<Complex>&); |
100 #include "ArrayN.cc" | |
101 | |
102 template class OCTAVE_API ArrayN<Complex>; | |
103 | |
104 template OCTAVE_API std::ostream& operator << (std::ostream&, const ArrayN<Complex>&); | |
105 | 100 |
106 #include "DiagArray2.h" | 101 #include "DiagArray2.h" |
107 #include "DiagArray2.cc" | 102 #include "DiagArray2.cc" |
108 | 103 |
109 #ifdef _MSC_VER | 104 #ifdef _MSC_VER |