2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-09 11:32:19 +00:00

[uBLAS] document type row instead of column

svn path=/trunk/boost/libs/numeric/ublas/; revision=36234
This commit is contained in:
Michael Stevens
2006-12-01 16:44:03 +00:00
parent b4766b6e1a
commit b5d2b2ec83

View File

@@ -274,7 +274,7 @@ int main () {
<h4>Model of</h4>
<p><a href="expression_concept.htm#vector_expression">Vector Expression</a>
.</p>
<p>If the specified row falls outside that of the column index
<p>If the specified column falls outside that of the column index
range of the matrix, then the <code>matrix_column</code> is not a
well formed Vector Expression. That is, access to an element which
is outside of the matrix is <i>undefined</i>.</p>