diff liboctave/CRowVector.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/CRowVector.h
+++ b/liboctave/CRowVector.h
@@ -81,6 +81,8 @@
 
   ComplexRowVector extract (int c1, int c2) const;
 
+  ComplexRowVector extract_n (int c1, int n) const;
+
   // row vector by row vector -> row vector operations
 
   ComplexRowVector& operator += (const RowVector& a);