diff liboctave/CRowVector.h @ 1196:c01e881ccbb1

[project @ 1995-03-31 17:12:19 by jwe]
author jwe
date Fri, 31 Mar 1995 17:12:53 +0000
parents 0da1cc2c1947
children 8302fab9fe24
line wrap: on
line diff
--- a/liboctave/CRowVector.h	Fri Mar 31 16:16:34 1995 +0000
+++ b/liboctave/CRowVector.h	Fri Mar 31 17:12:53 1995 +0000
@@ -133,8 +133,6 @@
   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;
 
@@ -156,6 +154,8 @@
   ComplexRowVector (Complex *d, int l) : Array<Complex> (d, l) { }
 };
 
+ComplexRowVector linspace (const Complex& x1, const Complex& x2, int n);
+
 } // extern "C++"
 
 #endif