help-octave
[Top][All Lists]
Advanced

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

Re: recursion and fsolve


From: David Bateman
Subject: Re: recursion and fsolve
Date: Thu, 5 Aug 2004 00:51:37 +0200
User-agent: Mutt/1.4.1i

This can not work for many many reasons. 

1) The reference to Ffsolve in the binary is done when it is compiled,
   so just copying teh oct-file and changing its name won't change the
   name of the function it contains

2) Ffsolve as it stands creates a user function that is read only. The
   second time around you can't overwritten the function and the call to
   extract_function will crash

3) The fortran code compiled with g77 are recursive..

D.

-- 
David Bateman                                address@hidden
Motorola CRM                                 +33 1 69 35 48 04 (Ph) 
Parc Les Algorithmes, Commune de St Aubin    +33 1 69 35 77 01 (Fax) 
91193 Gif-Sur-Yvette FRANCE

The information contained in this communication has been classified as: 

[x] General Business Information 
[ ] Motorola Internal Use Only 
[ ] Motorola Confidential Proprietary



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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