octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: function handles & dispatch


From: John W. Eaton
Subject: Re: function handles & dispatch
Date: Tue, 23 Jun 2009 09:44:10 -0400

On 23-Jun-2009, Ben Abbott wrote:

| I haven't implemented any overloading myself, but have used Matlab  
| toolboxes that do.
| 
| One nice example is CVX: Matlab Software for Disciplined Convex  
| Programming.
| 
|       http://www.stanford.edu/~boyd/cvx/
| 
| Also, overloaded functions are included in Matlab's core functions.
| 
|       .../Matlab_R2009a.app/toobox/matlab/datafun/@cell
|       .../Matlab_R2009a.app/toobox/matlab/datafun/@uint8
|       .../Matlab_R2009a.app/toobox/matlab/datafun/@uint16
| 
| These directories contain conv2.m, convnc.m, fft.m, fftn.m ifft.m, &  
| ifftn.m. The versions for double reside directly in the datafun  
| directory.
| 
| As the CVS license uses GNU General Public License 2.0, it would be  
| nice to be able to run it from Octave.

Octave 3.2.x supports old-style Matlab classes.  The question is about
how should function handles work with overloaded methods.

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]