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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user