index.html 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <html>
  2. <!--
  3. == Copyright 2002 The Trustees of Indiana University.
  4. == Use, modification and distribution is subject to the Boost Software
  5. == License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  6. == http://www.boost.org/LICENSE_1_0.txt)
  7. == Boost.MultiArray Library
  8. == Authors: Ronald Garcia
  9. == Jeremy Siek
  10. == Andrew Lumsdaine
  11. == See http://www.boost.org/libs/multi_array for documentation.
  12. -->
  13. <head>
  14. <title>MultiDimensional Array Libary</title></head>
  15. <body bgcolor="#ffffff" text="#000000">
  16. <table border="1" bgcolor="#007f7f" cellpadding="2">
  17. <tbody><tr>
  18. <td bgcolor="#ffffff">
  19. <img src="../../../boost.png" alt="boost logo"
  20. width="277" align="middle" height="86"></td>
  21. <td><a href="../../../index.htm"><font face="Arial" color="#ffffff"><big>Home</big></font></a></td>
  22. <td><a href="../../../libs/libraries.htm"><font face="Arial" color="#ffffff"><big>Libraries</big></font></a></td>
  23. <td><a href="http://www.boost.org/people/people.htm"><font face="Arial" color="#ffffff"><big>People</big></font></a></td>
  24. <td><a href="http://www.boost.org/more/faq.htm"><font face="Arial" color="#ffffff"><big>FAQ</big></font></a></td>
  25. <td><a href="../../../more/index.htm"><font face="Arial" color="#ffffff"><big>More</big></font></a></td>
  26. </tr>
  27. </tbody></table>
  28. <h1>Boost.MultiArray</h1>
  29. <p>Boost.MultiArray provides a generic N-dimensional array concept
  30. definition and common implementations of that interface.
  31. </p>
  32. <ul>
  33. <li><a href="./user.html">User Documentation and Tutorial</a> </li>
  34. <li><a href="./reference.html">Reference Documentation</a> </li>
  35. <li><a href="./test_cases.html">Test Cases and their Descriptions</a> </li>
  36. <li><a href="./notes.html">Miscellaneous Notes</a> </li>
  37. </ul>
  38. <br>
  39. <hr>
  40. <table>
  41. <tr valign=top>
  42. <td nowrap>Copyright &copy 2000-2001</td><td>
  43. <a href="http://www.osl.iu.edu/~garcia">Ronald Garcia</a>,
  44. Indiana University (<a
  45. HREF="mailto:garcia@osl.iu.edu">garcia@osl.iu.edu</a>)<br>
  46. <a href="http://www.boost.org/people/jeremy_siek.htm">Jeremy Siek</a>,
  47. Indiana University (<a
  48. HREF="mailto:jsiek@osl.iu.edu">jsiek@osl.iu.edu</a>)<br>
  49. <a href="http://www.osl.iu.edu/~lums">Andrew Lumsdaine</a>,
  50. Indiana University (<a
  51. HREF="mailto:lums@osl.iu.edu">lums@osl.iu.edu</a>)
  52. </td></tr></table>
  53. </body></html>