aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2010-10-19 21:56:26 -0400
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2010-10-19 21:56:26 -0400
commite259f71477c05de231118a114398be22697feaaa (patch)
tree2438ca06bf8e7eb5a998b61ecd64334e956c2fc5 /bench/btl
parent9044c98cff257a4f7429deaa78cae59132957db7 (diff)
rename PlanarRotation -> JacobiRotation
Diffstat (limited to 'bench/btl')
-rw-r--r--bench/btl/libs/eigen2/eigen2_interface.hh2
1 files changed, 1 insertions, 1 deletions
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<real>(c,s));
+ ei_apply_rotation_in_the_plane(A, B, JacobiRotation<real>(c,s));
}
static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){