commit | d1db1352f5632281a822fd0f1f59dd7d96b876a1 | [log] [tgz] |
---|---|---|
author | Benoit Jacob <jacob.benoit.1@gmail.com> | Mon Oct 19 17:22:04 2009 -0400 |
committer | Benoit Jacob <jacob.benoit.1@gmail.com> | Mon Oct 19 17:22:04 2009 -0400 |
tree | 6c881cdb4cd6bf0337fc62a31d1b08ab94f9c4df | |
parent | 890bff977eeff9a5d461812a0048c89ea30fd30a [diff] [blame] |
update doc snippets
diff --git a/doc/snippets/LU_image.cpp b/doc/snippets/LU_image.cpp index 0d1088a..d3092e8 100644 --- a/doc/snippets/LU_image.cpp +++ b/doc/snippets/LU_image.cpp
@@ -6,4 +6,4 @@ 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() << endl; + << endl << m.lu().image(m) << endl;