diff liboctave/ChangeLog @ 8553:c7ff200e45f5

optimize range-scalar ops
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 21 Jan 2009 15:50:34 +0100
parents 424ba638d8f1
children a6edd5c23cb5
line wrap: on
line diff
--- a/liboctave/ChangeLog	Wed Jan 21 14:54:20 2009 +0100
+++ b/liboctave/ChangeLog	Wed Jan 21 15:50:34 2009 +0100
@@ -1,3 +1,14 @@
+2009-01-21  Jaroslav Hajek  <highegg@gmail.com>
+
+	* Range.cc ( operator + (double x, const Range& r),
+	operator + (const Range& r, double x),
+	operator - (double x, const Range& r),
+	operator - (const Range& r, double x),
+	operator * (double x, const Range& r),
+	operator * (const Range& r, double x)): New operators.
+	* Range.h: Declare them.
+
+
 2009-01-20  John W. Eaton  <jwe@octave.org>
 
 	* file-stat.h, file-stat.cc (class base_file_stat): New base class.