comparison liboctave/int32NDArray.cc @ 5085:6861a84b1d47

[project @ 2004-11-19 03:26:32 by jwe]
author jwe
date Fri, 19 Nov 2004 03:26:32 +0000
parents e71be9c548f2
children e35b034d3523
comparison
equal deleted inserted replaced
5084:252e8c2a492b 5085:6861a84b1d47
33 33
34 #include "intNDArray.cc" 34 #include "intNDArray.cc"
35 35
36 template class intNDArray<octave_int32>; 36 template class intNDArray<octave_int32>;
37 37
38 template octave_int32 pow (const octave_int32& a, const octave_int32& b);
39
40 template 38 template
41 std::ostream& 39 std::ostream&
42 operator << (std::ostream& os, const intNDArray<octave_int32>& a); 40 operator << (std::ostream& os, const intNDArray<octave_int32>& a);
43 41
44 template 42 template