Passing from from IDL to external lib (DLM) [message #37571] |
Fri, 09 January 2004 09:09 |
Ed Wright
Messages: 39 Registered: February 1999
|
Member |
|
|
A question - which IDL experts may consider trivial:
I have the need to pass functions f(x,y,z,...) = ... from the IDL
environment to a C language library, but cannot find information
describing the technique - assuming it exists.
As an example, suppose I define a function of one variable r(t) in IDL,
then require some max/min/root over a defined domain. Also suppose I
have the greatest rootfinder known since the Krell in a C library
compiled to a DLM.
How/Can I pass r(t) to the rootfinder for evaluation?
Any recommendations?
As always,
Ed Wright
--
DISCLAIMER: JPL requires notice in all electronic communication that
any and all opinions presented herein are my own and do not, in any
way, represent the opinion or policy of JPL, CalTech, NASA, or the US
Government.
Disclaimers are without standing on traffic from this domain.
I do not accept responsibility for unexpected collisions between NASA
vehicles and Alien cruisers, any resulting interplanetary war, or a
grumpy Kilrathi.
|
|
|