fix #51 (bad use of std::complex::real)

This commit is contained in:
Gael Guennebaud
2009-09-02 15:18:11 +02:00
parent b83654b5d0
commit 7586f7f706
3 changed files with 46 additions and 47 deletions

View File

@@ -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$