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

Home » Public Forums » archive » Re: Need efficient routine to calculate max of two arrays
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: Need efficient routine to calculate max of two arrays [message #3430 is a reply to message #3429] Tue, 24 January 1995 15:12 Go to previous message
dan is currently offline  dan
Messages: 27
Registered: March 1993
Junior Member
In article <3g3p8i$1o6@cobra.aer.com>, gallery@aer.com (William O. Gallery) writes:
|> Here is the problem:
|>
|> There are two arrays: a and b of equal length, I want to calculate
|> an array c of the same length so that:
|> c(i) = min(a(i),b(i))
|>
|> For efficiency, I want to use vectors and not a do loop.
|>
|> Any suggestions? This would seem to be a common enough problem,
|>
|>
|>
|> --
|> William O. Gallery gallery@aer.com
|> Atmospheric & Environmental Research Voice(617) 349-2284
|> 840 Memorial Drive (617) 547-6207
|> Cambridge, Massachusetts 02139 FAX (617) 661-6479

How about

c = a
c(where(b lt a)) = b(where(b lt a))
--
************************************************************ ***
** Dan Bergmann dbergmann@llnl.gov **
** Global Climate Research fax (510) 422-5844 **
** Lawrence Livermore National Lab human (510) 423-6765 **
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: emacs and IDL (typos in URLs)
Next Topic: floating pt. sliders....

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

Current Time: Sat Oct 11 14:42:55 PDT 2025

Total time taken to generate the page: 0.96132 seconds