Thanks a lot for the quick reply.
Related to the earlier question. I'd like to do (pseudo-code):
for a0 in range(a,b):
for a1 in range(a,b):
for a2 in range(a,b):
for a3 in range(a,b):
for a4 in range(a,b):
for a5 in range(a,b):
f_function( a0, a1, a2, a3, a4, a5)
Basically search over the range(a,b) of the parameters a0 ... a5 for the
f_function
I tried [ with each ] each with no success.
Is there a good way to do this?
Thanks,
------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its
next-generation tools to help Windows* and Linux* C/C++ and Fortran
developers boost performance applications - including clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk