Thanks guys.  I'm still waiting for a response.

Sorry if it was too simple for ya,

edh



ps this is not a peeing contest.  I'm still learning how to do it - but smarter







On 10 May 2002 at 13:50, Bob Kline wrote:

> On Tue, 9 Apr 2002, Bob Kline wrote:
> 
> > On Tue, 9 Apr 2002, Ed Hopkins wrote:
> >
> > >
> > > The result of this code:
> > >
> > > starting time :    10:06:30
> > > finished time:    10:06:41
> > > i = 8145060
> > > 8145060                40 41 42 43 44 45
> > >
> > > Within 11 seconds all 8145060 combinations of 6 of 45 have been
> > > written into a table together with a line identification number at
> > > position R(i,7) , at a 800 MHz computer with 195 MB memory.
> >
> > I'll be curious to see what someone more familiar with NumPy (I assume
> > David A. reads this list) comes up with for Python, but this is the sort
> > of work I'd be more include to do using Fortran or C++.  In C++, on my
> > 450MHz machine, with no compiler optimization options turned on:
> >
> > starting time: Tue Apr 09 05:10:08 2002
> > finished time: Tue Apr 09 05:10:10 2002
> > i = 8145060
> > 8145060                     40 41 42 43 44 45
> 
> Or even better, in Fortran:
> 
>  Fri May 10 13:34:57 2002
>  Fri May 10 13:34:57 2002
>  8145060 40 41 42 43 44 45
> 
> I'd still like to know how the NumPy experts would approach this
> problem.  David Ascher: did you ever get a chance to look at this
> poster's original question?  Seems like just the sort of thing a
> numerical extension package for a progamming language would be at home
> with.
> 
> -- 
> Bob Kline
> mailto:[EMAIL PROTECTED]
> http://www.rksystems.com
> 
> _______________________________________________
> ActivePython mailing list
> [EMAIL PROTECTED]
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
> Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython
> 



_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython

Reply via email to