From 7e4bd70157465c9ed26dffdffe84e890b05cb975 Mon Sep 17 00:00:00 2001 From: Jitse Niesen Date: Mon, 24 Aug 2009 18:01:18 +0100 Subject: Fix comment which may cause latex to hang when generating docs --- Eigen/src/Jacobi/Jacobi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Eigen/src/Jacobi') diff --git a/Eigen/src/Jacobi/Jacobi.h b/Eigen/src/Jacobi/Jacobi.h index c16345100..76f0800fe 100644 --- a/Eigen/src/Jacobi/Jacobi.h +++ b/Eigen/src/Jacobi/Jacobi.h @@ -63,7 +63,7 @@ inline void MatrixBase::applyJacobiOnTheRight(int p, int q, Scalar c, S /** Computes the cosine-sine pair (\a c, \a s) such that its associated * rotation \f$ J = ( \begin{array}{cc} c & s \\ -s' c \end{array} )\f$ * applied to both the right and left of the 2x2 matrix - * \f$ B = ( \begin{array}{cc} x & y \\ _ & z \end{array} )\f$ yields + * \f$ B = ( \begin{array}{cc} x & y \\ * & z \end{array} )\f$ yields * a diagonal matrix A: \f$ A = J' B J \f$ */ template -- cgit v1.2.3