diff liboctave/Array.h @ 10531:2dd8ea8bfd71

basic cat functionality in liboctave
author Jaroslav Hajek <highegg@gmail.com>
date Sun, 18 Apr 2010 17:56:16 +0200
parents 4d1fc073fbb7
children c170eb1c067f
line wrap: on
line diff
--- a/liboctave/Array.h
+++ b/liboctave/Array.h
@@ -578,6 +578,9 @@
 
   Array<T> diag (octave_idx_type k = 0) const;
 
+  static Array<T>
+  cat (int dim, octave_idx_type n, const Array<T> *array_list);
+
   template <class U, class F>
   Array<U>
   map (F fcn) const