Re: Returning handles to subfunctions

View: Old framed views
7 Messages — Rating Filter:   Alert me  
Re: Returning handles to subfunctions - On Octave 3.0.0+ (compiled from the development tree, last pulled Fri, Mar 07), I get this error: octave:1> f =... Loading...
On 10-Mar-2008, Michael Friedlander wrote: | On Octave 3.0.0+ (compiled from the development tree, last pulled Fri, ... Loading...
I'm using the development versions because these include workarounds for the LAPACK xGELSD bugs that were reported... Loading...
On 10-Mar-2008, Michael Friedlander wrote: | I'm using the development versions because these include workarounds ... Loading...
I just compiled release-3-0-x and see that for n=1:100; R=triu(randn(n));R(n,n)=0;b=randn(n,1);R\b; end causes... Loading...
On 11-Mar-2008, Michael Friedlander wrote: | I just compiled release-3-0-x and see that | | for n=1:100;... Loading...
That worked. Thanks! Michael On Mar 11, 08, at 10:07 PM, John W. Eaton wrote: > On 11-Mar-2008, Michael... Loading...