From 7586f7f706dbeeeed431d63e6d5990f8cb773caa Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 2 Sep 2009 15:18:11 +0200 Subject: fix #51 (bad use of std::complex::real) --- Eigen/src/Jacobi/Jacobi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Eigen/src/Jacobi/Jacobi.h') diff --git a/Eigen/src/Jacobi/Jacobi.h b/Eigen/src/Jacobi/Jacobi.h index c38d4583f..66ba06b19 100644 --- a/Eigen/src/Jacobi/Jacobi.h +++ b/Eigen/src/Jacobi/Jacobi.h @@ -195,7 +195,7 @@ void PlanarRotation::makeGivens(const Scalar& p, const Scalar& q, Scalar /**************************************************************************************** * Implementation of MatrixBase methods -/***************************************************************************************/ +****************************************************************************************/ /** Applies the clock wise 2D rotation \a j to the set of 2D vectors of cordinates \a x and \a y: * \f$ \left ( \begin{array}{cc} x \\ y \end{array} \right ) = J \left ( \begin{array}{cc} x \\ y \end{array} \right ) \f$ -- cgit v1.2.3