fix internal refs

svn path=/trunk/boost/libs/numeric/ublas/; revision=29579
This commit is contained in:
Michael Stevens 2005-06-15 08:00:51 +00:00
parent bf0f1f326d
commit 07b0dd17fa
2 changed files with 3 additions and 2 deletions

View File

@ -197,7 +197,7 @@ size.</p>
<li><code>mapped_vector&lt;T&gt;</code> , <code>compressed_vector</code> , <code>coordinate_vector</code></li>
</ul>
<h4>Notes</h4>
<p><a name="vector_expression note">[1]</a>
<p><a name="vector_expression_note">[1]</a>
As a user you need not care about <tt>Vector</tt> being a refinement of the VectorExpression. Being a refinement of the VectorExpression is only important for the template-expression engine but not the user.</p>
<p><a name="element_access_note">[2]</a>
The <code>operator[]</code> is added purely for convenience
@ -391,7 +391,7 @@ size.</p>
<li><code>mapped_matrix&lt;T&gt;</code> , <code>compressed_matrix</code> , <code>coordinate_matrix</code></li>
</ul>
<h4>Notes</h4>
<p><a name="matrix_expression note">[1]</a>
<p><a name="matrix_expression_note">[1]</a>
As a user you need not care about <tt>Matrix</tt> being a refinement of the MatrixExpression. Being a refinement of the MatrixExpression is only important for the template-expression engine but not the user.</p>
<hr />
<p>Copyright (&copy;) 2000-2002 Joerg Walter, Mathias Koch<br />

View File

@ -219,6 +219,7 @@ are</p>
</ul>
<p>For possible problems please consider to consult the Boost
regression tests.</p>
<a name="further_information"></a>
<h2>Further Information</h2>
<h3>Project Location and Download</h3>
<p>The latest stable release of uBLAS is part of the <a href=