From b5d2b2ec8385ff53f2bfa6b8a87d148d2f00952c Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Fri, 1 Dec 2006 16:44:03 +0000 Subject: [PATCH] [uBLAS] document type row instead of column svn path=/trunk/boost/libs/numeric/ublas/; revision=36234 --- doc/matrix_proxy.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/matrix_proxy.htm b/doc/matrix_proxy.htm index aaacd654..77acb906 100644 --- a/doc/matrix_proxy.htm +++ b/doc/matrix_proxy.htm @@ -274,7 +274,7 @@ int main () {

Model of

Vector Expression .

-

If the specified row falls outside that of the column index +

If the specified column falls outside that of the column index range of the matrix, then the matrix_column is not a well formed Vector Expression. That is, access to an element which is outside of the matrix is undefined.