diff liboctave/dRowVector.h @ 4316:236c10efcde2

[project @ 2003-02-10 21:57:15 by jwe]
author jwe
date Mon, 10 Feb 2003 21:57:15 +0000
parents 5719210fff4c
children e35b034d3523
line wrap: on
line diff
--- a/liboctave/dRowVector.h
+++ b/liboctave/dRowVector.h
@@ -73,6 +73,8 @@
 
   RowVector extract (int c1, int c2) const;
 
+  RowVector extract_n (int c1, int n) const;
+
   // row vector by matrix -> row vector
 
   friend RowVector operator * (const RowVector& a, const Matrix& b);