Anyone link GSL into IDL? [message #59648] |
Fri, 04 April 2008 06:22  |
Brian Larsen
Messages: 270 Registered: June 2006
|
Senior Member |
|
|
In the realm of crazy TLAs has anyone ever linked the GNU scientific
library (GSL) into IDL. This is probably a case where I need to use a
DLM. Before I expend a bunch of effort reinventing the wheel I just
want to make sure that others have not done this.
Cheers,
Brian
------------------------------------------------------------ --------------
Brian Larsen
Boston University
Center for Space Physics
|
|
|
Re: Anyone link GSL into IDL? [message #59684 is a reply to message #59648] |
Mon, 07 April 2008 12:16  |
George N. White III
Messages: 56 Registered: September 2000
|
Member |
|
|
On Fri, 4 Apr 2008, Brian Larsen wrote:
> In the realm of crazy TLAs has anyone ever linked the GNU scientific
> library (GSL) into IDL. This is probably a case where I need to use a
> DLM. Before I expend a bunch of effort reinventing the wheel I just
> want to make sure that others have not done this.
Can you use GDL? It already uses gsl, although you would still
have to implement bindings for new functions.
--
George N. White III <aa056@chebucto.ns.ca>
|
|
|
Re: Anyone link GSL into IDL? [message #59703 is a reply to message #59648] |
Sun, 06 April 2008 19:56  |
russell.grew
Messages: 74 Registered: February 2005
|
Member |
|
|
You could perhaps use Python with pyIDL and PyGSL?
It's not something I have attempted.
Russell.
On Apr 4, 1:22 pm, Brian Larsen <balar...@gmail.com> wrote:
> In the realm of crazy TLAs has anyone ever linked the GNU scientific
> library (GSL) into IDL. This is probably a case where I need to use a
> DLM. Before I expend a bunch of effort reinventing the wheel I just
> want to make sure that others have not done this.
>
> Cheers,
>
> Brian
>
> ------------------------------------------------------------ --------------
> Brian Larsen
> Boston University
> Center for Space Physics
|
|
|