diff liboctave/Array.h @ 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 7b9cbaad68d6
children 01f897d8a130
line wrap: on
line diff
--- a/liboctave/Array.h	Fri Oct 16 10:28:26 2009 +0200
+++ b/liboctave/Array.h	Fri Oct 16 13:12:31 2009 +0200
@@ -735,6 +735,10 @@
 
 #endif
 
+template <class T>
+std::ostream&
+operator << (std::ostream& os, const Array<T>& a);
+
 /*
 ;;; Local Variables: ***
 ;;; mode: C++ ***