From 429028b65284b230cc965d10b8826392dd5da987 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 26 Jul 2016 12:12:53 +0200 Subject: Typo. --- doc/InplaceDecomposition.dox | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/InplaceDecomposition.dox') 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 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: -- cgit v1.2.3