diff options
author | Jitse Niesen <jitse@maths.leeds.ac.uk> | 2009-09-08 14:41:54 +0100 |
---|---|---|
committer | Jitse Niesen <jitse@maths.leeds.ac.uk> | 2009-09-08 14:41:54 +0100 |
commit | 220ff5413125e323ad454d325c81624549e9409c (patch) | |
tree | 5b875af93dcb4aa372366d6d177be7bc712e1d01 | |
parent | 26ed19e4cf0b1ca46f814d6425e9aa90749f1097 (diff) |
Fix LaTeX error in doxygen comment.
-rw-r--r-- | Eigen/src/Jacobi/Jacobi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Jacobi/Jacobi.h b/Eigen/src/Jacobi/Jacobi.h index 3905f4d8f..eeb81c178 100644 --- a/Eigen/src/Jacobi/Jacobi.h +++ b/Eigen/src/Jacobi/Jacobi.h @@ -123,7 +123,7 @@ bool PlanarRotation<Scalar>::makeJacobi(RealScalar x, Scalar y, RealScalar z) } /** Makes \c *this as a Jacobi rotation \c J such that applying \a J on both the right and left sides of the 2x2 selfadjoint matrix - * \f$ B = \left ( \begin{array}{cc} \text{this}_{pp} & \text{this}_{pq} \\ \overline \text{this}_{pq} & \text{this}_{qq} \end{array} \right )\f$ yields + * \f$ B = \left ( \begin{array}{cc} \text{this}_{pp} & \text{this}_{pq} \\ (\text{this}_{pq})^* & \text{this}_{qq} \end{array} \right )\f$ yields * a diagonal matrix \f$ A = J^* B J \f$ * * Example: \include Jacobi_makeJacobi.cpp |