From e259f71477c05de231118a114398be22697feaaa Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Tue, 19 Oct 2010 21:56:26 -0400 Subject: rename PlanarRotation -> JacobiRotation --- doc/snippets/Jacobi_makeJacobi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/snippets/Jacobi_makeJacobi.cpp') diff --git a/doc/snippets/Jacobi_makeJacobi.cpp b/doc/snippets/Jacobi_makeJacobi.cpp index 5c0ab7374..0cc331d9f 100644 --- a/doc/snippets/Jacobi_makeJacobi.cpp +++ b/doc/snippets/Jacobi_makeJacobi.cpp @@ -1,6 +1,6 @@ Matrix2f m = Matrix2f::Random(); m = (m + m.adjoint()).eval(); -PlanarRotation J; +JacobiRotation J; J.makeJacobi(m, 0, 1); cout << "Here is the matrix m:" << endl << m << endl; m.applyOnTheLeft(0, 1, J.adjoint()); -- cgit v1.2.3