diff liboctave/CRowVector.h @ 1195:0da1cc2c1947

[project @ 1995-03-31 16:11:43 by jwe]
author jwe
date Fri, 31 Mar 1995 16:16:34 +0000
parents 18933dbd5e43
children c01e881ccbb1
line wrap: on
line diff
--- a/liboctave/CRowVector.h	Fri Mar 31 05:12:26 1995 +0000
+++ b/liboctave/CRowVector.h	Fri Mar 31 16:16:34 1995 +0000
@@ -133,6 +133,8 @@
   friend RowVector map (d_c_Mapper f, const ComplexRowVector& a);
   void map (c_c_Mapper f);
 
+  ComplexRowVector linspace (const Complex& x1, const Complex& x2, int n);
+
   Complex min (void) const;
   Complex max (void) const;