aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/InplaceDecomposition.dox
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-07-26 12:12:53 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-07-26 12:12:53 +0200
commit429028b65284b230cc965d10b8826392dd5da987 (patch)
treeb3435612fdb8c9b5f52c55c13804b2515477b941 /doc/InplaceDecomposition.dox
parent6b89fa802c5808dd419d32161b62edfc50366f42 (diff)
Typo.
Diffstat (limited to 'doc/InplaceDecomposition.dox')
-rw-r--r--doc/InplaceDecomposition.dox1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/InplaceDecomposition.dox b/doc/InplaceDecomposition.dox
index 512de43b6..cb1c6d413 100644
--- a/doc/InplaceDecomposition.dox
+++ b/doc/InplaceDecomposition.dox
@@ -53,6 +53,7 @@ Then, one can use the \c lu object as usual, for instance to solve the Ax=b prob
</table>
Here, since the content of the original matrix \c A has been lost, we had to declared a new matrix \c A0 to verify the result.
+
Since the memory is shared between \c A and \c lu, modifying the matrix \c A will make \c lu invalid.
This can easily be verified by modifying the content of \c A and trying to solve the initial problem again: