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 --- bench/btl/libs/eigen2/eigen2_interface.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench/btl/libs') diff --git a/bench/btl/libs/eigen2/eigen2_interface.hh b/bench/btl/libs/eigen2/eigen2_interface.hh index 9bd9e8a62..428ddc547 100644 --- a/bench/btl/libs/eigen2/eigen2_interface.hh +++ b/bench/btl/libs/eigen2/eigen2_interface.hh @@ -166,7 +166,7 @@ public : } static EIGEN_DONT_INLINE void rot(gene_vector & A, gene_vector & B, real c, real s, int N){ - ei_apply_rotation_in_the_plane(A, B, PlanarRotation(c,s)); + ei_apply_rotation_in_the_plane(A, B, JacobiRotation(c,s)); } static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ -- cgit v1.2.3