diff liboctave/Sparse.h @ 10531:2dd8ea8bfd71

basic cat functionality in liboctave
author Jaroslav Hajek <highegg@gmail.com>
date Sun, 18 Apr 2010 17:56:16 +0200
parents b4d2080b6df7
children fdf28dae0f37
line wrap: on
line diff
--- a/liboctave/Sparse.h	Sat Apr 17 20:37:51 2010 -0400
+++ b/liboctave/Sparse.h	Sun Apr 18 17:56:16 2010 +0200
@@ -509,6 +509,9 @@
 
   Sparse<T> diag (octave_idx_type k = 0) const;
 
+  static Sparse<T>
+  cat (int dim, octave_idx_type n, const Sparse<T> *sparse_list);
+
   Array<T> array_value (void) const;
 
   template <class U, class F>