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