diff liboctave/Range.h @ 645:21cb3c7dc9e3

[project @ 1994-08-24 06:19:54 by jwe]
author jwe
date Wed, 24 Aug 1994 06:27:09 +0000
parents 00f8b2242a18
children 714fd17fca28
line wrap: on
line diff
--- a/liboctave/Range.h	Wed Aug 24 05:19:47 1994 +0000
+++ b/liboctave/Range.h	Wed Aug 24 06:27:09 1994 +0000
@@ -32,6 +32,7 @@
 
 class istream;
 class ostream;
+class Matrix;
 
 class Range
 {
@@ -46,6 +47,8 @@
   double inc (void) const;
   int nelem (void) const;
 
+  Matrix matrix_value (void) const;
+
   double min (void) const;
   double max (void) const;