[eigen] Minor doc patch

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


Hi,

Please find attached a tiny patch for a formula in the doxygen docs,
which made Latex to complain and stop.

Regards,
JL
# HG changeset patch
# User Jose Luis Blanco <joseluisblancoc@xxxxxxxxx>
# Date 1317904560 -7200
# Node ID e856cba87ac96041005fb112626b4815befe8fe5
# Parent  815cdba01513e146e1ffd1d92cf1f89aa5b4fc74
Minor formula correction in doxygen docs, which made latex to stop.

diff -r 815cdba01513 -r e856cba87ac9 Eigen/src/Core/Fuzzy.h
--- a/Eigen/src/Core/Fuzzy.h	Tue Oct 04 11:57:49 2011 +0200
+++ b/Eigen/src/Core/Fuzzy.h	Thu Oct 06 14:36:00 2011 +0200
@@ -94,7 +94,7 @@
   *
   * \note The fuzzy compares are done multiplicatively. Two vectors \f$ v \f$ and \f$ w \f$
   * are considered to be approximately equal within precision \f$ p \f$ if
-  * \f[ \Vert v - w \Vert \leqslant p\,\min(\Vert v\Vert, \Vert w\Vert). \f]
+  * \f[ \Vert v - w \Vert \leqslant p \min(\Vert v\Vert, \Vert w\Vert). \f]
   * For matrices, the comparison is done using the Hilbert-Schmidt norm (aka Frobenius norm
   * L2 norm).
   *


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/