You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
708 B

  1. <HTML>
  2. <BODY>
  3. <H2>Overview</H2>
  4. This directory has examples of the template <code>parallel_reduce</code>.
  5. <H2>Directories</H2>
  6. <DL>
  7. <DT><A HREF="convex_hull/index.html">convex_hull</A>
  8. <DD>Parallel version of convex hull algorithm (quick hull).
  9. <DT><A HREF="primes/index.html">primes</A>
  10. <DD>Parallel version of the Sieve of Eratosthenes.
  11. </DL>
  12. <HR>
  13. <A HREF="../index.html">Up to parent directory</A>
  14. <p></p>
  15. Copyright &copy; 2005-2013 Intel Corporation. All Rights Reserved.
  16. <P></P>
  17. Intel is a registered trademark or trademark of Intel Corporation
  18. or its subsidiaries in the United States and other countries.
  19. <p></p>
  20. * Other names and brands may be claimed as the property of others.
  21. </BODY>
  22. </HTML>