MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Timing loop For !!

  • To: mathgroup at smc.vnet.net
  • Subject: [mg60151] Re: Timing loop For !!
  • From: David Bailey <dave at Remove_Thisdbailey.co.uk>
  • Date: Sun, 4 Sep 2005 03:02:20 -0400 (EDT)
  • References: <200509020833.EAA05924@smc.vnet.net> <dfbemv$im8$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

NGUYEN Quang Tuong wrote:
> Hi,
> 
> I wrote a program in which i used the loop for to store the evaluation 
> of an expression ( in order to reduce the time of calculation ). But my 
> program is until slow. I would like to kwow if we can have another to 
> reduce the time of calculation. Here in the loop for that i used.
> 
> pmax=10;
> 
> 
> Here TFHbulktotal is a function that is  defined previously. And I'll 
> use Hkptotal[p,q] for the next calculation..
> 
> 
> nbdenormek=30;
> nbdetheta=70;
> normedekmin=0;
> 
> 
> 
> 
> What I must do to replace the two loop For above to reduce the time of 
> calculation ??
> 
> Thanks a lot!
> 
> 
Hello,

I think part of your message must have been lost - I suggest you repeat 
this query with the actual loop that you are discussing.

David Bailey
http://www.dbaileyconsultancy.co.uk


  • References:
  • Prev by Date: Re: ComplexExpand confusion
  • Next by Date: Re: ComplexExpand confusion
  • Previous by thread: Re: Timing For loops!
  • Next by thread: Re: DSolve problem