From e4e58e8337e82ba76f6bf4fe7000acac9337056c Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Sun, 8 Nov 2009 16:51:41 -0500 Subject: simplifications in the ei_solve_impl system, factor out some boilerplate code --- doc/snippets/FullPivLU_image.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/snippets/FullPivLU_image.cpp') diff --git a/doc/snippets/FullPivLU_image.cpp b/doc/snippets/FullPivLU_image.cpp index d3092e8b6..817bc1e2d 100644 --- a/doc/snippets/FullPivLU_image.cpp +++ b/doc/snippets/FullPivLU_image.cpp @@ -6,4 +6,4 @@ cout << "Here is the matrix m:" << endl << m << endl; cout << "Notice that the middle column is the sum of the two others, so the " << "columns are linearly dependent." << endl; cout << "Here is a matrix whose columns have the same span but are linearly independent:" - << endl << m.lu().image(m) << endl; + << endl << m.fullPivLu().image(m) << endl; -- cgit v1.2.3