[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Class of interval arithemtic
From: |
John W. Eaton |
Subject: |
Class of interval arithemtic |
Date: |
Mon, 13 Apr 2009 15:34:00 -0500 |
On 13-Apr-2009, J.Benoist Leger wrote:
| I would implement interval arithmetic in octave. But for doing this, I
| hope use classes.
|
| In first idea, I thinked use class inheritance with the struct class in
| octave, ans defined differents operators.
|
| But, I don't know how doing this without using C++ interface. It will be
| the solution for me to sur the same methods as Matlab (with a
| @directory) but I don't know if it's possible.
It should be possible with the current development version of Octave,
and the upcoming 3.2 release.
jwe