octave-maintainers
[Top][All Lists]
Advanced

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

Re: [OctDev] miscellaneous/inst/test_inline_1.m


From: John W. Eaton
Subject: Re: [OctDev] miscellaneous/inst/test_inline_1.m
Date: Thu, 17 Jan 2008 04:21:03 -0500

On 17-Jan-2008, David Bateman wrote:

| What about if we add the test block
| 
| %!shared fn
| %! fn = inline ("x.^2 + 1","x");
| %!assert (feval (fn, 6), 37)
| %!assert (fn (6), 37)
| 
| below the Finline function in ov-fcn-inline.cc in octave itself and just 
| dump this file from octave-forge.

Fine with me.  Please go ahead and add it.

Thanks,

jwe


reply via email to

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