Requested improvement to QROMB [message #12229] |
Tue, 28 July 1998 00:00  |
mvukovic
Messages: 63 Registered: July 1998
|
Member |
|
|
I hit upon the following problem when using QROMB. The routine that
is being integrated used to get its parameters via keywords.
Well, QROMB is not only oblivious but hostile to that, as it does
not support _extra keywords. Thus my solution was to use the venerable
common block.
I'll put in a request to RSI to allow the _extra behavior to QROMB and other
such routines.
Any other suggestions before I do that?
Mirko
-----== Posted via Deja News, The Leader in Internet Discussion ==-----
http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum
|
|
|
Re: Requested improvement to QROMB [message #12419 is a reply to message #12229] |
Wed, 29 July 1998 00:00  |
Jack Saba
Messages: 30 Registered: January 1996
|
Member |
|
|
Make that _REF_EXTRA so the function can return information to the
calling routine. Should be added to all routines that call user code,
including the widget routines.
JLS
mvukovic@my-dejanews.com wrote:
>
> I hit upon the following problem when using QROMB. The routine that
> is being integrated used to get its parameters via keywords.
>
> Well, QROMB is not only oblivious but hostile to that, as it does
> not support _extra keywords. Thus my solution was to use the venerable
> common block.
>
> I'll put in a request to RSI to allow the _extra behavior to QROMB and other
> such routines.
>
> Any other suggestions before I do that?
>
> Mirko
>
> -----== Posted via Deja News, The Leader in Internet Discussion ==-----
> http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum
--
Jack Saba <jack@magus.stx.com>
|
|
|
Re: Requested improvement to QROMB [message #12422 is a reply to message #12229] |
Tue, 28 July 1998 00:00  |
Wayne Landsman
Messages: 117 Registered: January 1997
|
Senior Member |
|
|
mvukovic@my-dejanews.com wrote:
> I hit upon the following problem when using QROMB. The routine that
> is being integrated used to get its parameters via keywords.
>
> Well, QROMB is not only oblivious but hostile to that, as it does
> not support _extra keywords. Thus my solution was to use the venerable
> common block.
>
> I'll put in a request to RSI to allow the _extra behavior to QROMB and other
> such routines.
>
> Any other suggestions before I do that?
>
> Mirko
Two suggestions:
(1) Allowing the user-supplied function to accept _EXTRA keywords would also
be useful for other programs, such as QSIMP, QROMO, LMFIT and SVDFIT
(2) All these programs could be many times faster, if the user -supplied
functions were allowed to be vectorized! It goes against all my IDL
training to have to write functions that must a accept a scalar input and
return a scalar value.
--Wayne Landsman
landsman@mpb.gsfc.nasa.gov
|
|
|