comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Searching for fast linear interpolation routine
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Searching for fast linear interpolation routine [message #8722 is a reply to message #8553] Wed, 16 April 1997 00:00 Go to previous message
paul is currently offline  paul
Messages: 22
Registered: June 1991
Junior Member
I just wanted to point out that the version of FINDEX posted here a
few weeks ago can be sped up by about 25% by reversing the indexing
order of the variable JLIM. That is, by replacing JLIM=LONARR(2,NV)
with JLIM=LONARR(NV,2). This is because IDL, (like FORTRAN) is column
oriented -- first index varies the fastest. Thanks to Roger Dejus for
this suggestion.

--

____________________________________________________________ _______________
Paul Ricchiazzi
Institute for Computational Earth System Science (ICESS)
University of California, Santa Barbara

email: paul@icess.ucsb.edu
____________________________________________________________ _______________
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Save money!!!
Next Topic: Saving array into column fomratted text file

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 19:30:30 PDT 2025

Total time taken to generate the page: 0.00196 seconds