diff liboctave/CMatrix.h @ 4316:236c10efcde2

[project @ 2003-02-10 21:57:15 by jwe]
author jwe
date Mon, 10 Feb 2003 21:57:15 +0000
parents a9560cebae6e
children d53c33d93440
line wrap: on
line diff
--- a/liboctave/CMatrix.h	Mon Feb 03 17:34:24 2003 +0000
+++ b/liboctave/CMatrix.h	Mon Feb 10 21:57:15 2003 +0000
@@ -128,6 +128,8 @@
 
   ComplexMatrix extract (int r1, int c1, int r2, int c2) const;
 
+  ComplexMatrix extract_n (int r1, int c1, int nr, int nc) const;
+
   // extract row or column i.
 
   ComplexRowVector row (int i) const;