aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Jacobi/Jacobi.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2009-09-02 15:18:11 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2009-09-02 15:18:11 +0200
commit7586f7f706dbeeeed431d63e6d5990f8cb773caa (patch)
treefda57f4cc19cb363b5f51bc1adcf36557aefc7cb /Eigen/src/Jacobi/Jacobi.h
parentb83654b5d01155c4ea875090f0779b99241a91a4 (diff)
fix #51 (bad use of std::complex::real)
Diffstat (limited to 'Eigen/src/Jacobi/Jacobi.h')
-rw-r--r--Eigen/src/Jacobi/Jacobi.h2
1 files changed, 1 insertions, 1 deletions
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<Scalar>::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$