commit | 16c7b1daabd2697950605706a8bc68ae32d70fc8 | [log] [tgz] |
---|---|---|
author | Gael Guennebaud <g.gael@free.fr> | Thu Sep 03 11:17:16 2009 +0200 |
committer | Gael Guennebaud <g.gael@free.fr> | Thu Sep 03 11:17:16 2009 +0200 |
tree | 3662a984cd9847c0e7a1a8eb46b8454ad9d6ce69 | |
parent | c893917d65724aee15cad8c2d5d711d991c361c9 [diff] [blame] |
add examples for makeJacobi and makeGivens
diff --git a/doc/snippets/compile_snippet.cpp.in b/doc/snippets/compile_snippet.cpp.in index d074cac..3bea1ac 100644 --- a/doc/snippets/compile_snippet.cpp.in +++ b/doc/snippets/compile_snippet.cpp.in
@@ -4,6 +4,7 @@ #include <Eigen/QR> #include <Eigen/Cholesky> #include <Eigen/Geometry> +#include <Eigen/Jacobi> using namespace Eigen; using namespace std;