[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] Minor doc patch
- From: Jose Luis Blanco <joseluisblancoc@xxxxxxxxx>
- Date: Thu, 6 Oct 2011 14:40:54 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=7DqbMjoJJlXwZBE5CI7wR5HlwDSVouZ2H8HPknRGorg=; b=CCM435/lAPkBdZAxk1D1tMmP5Vj4MLu+y2DSNMzCNbVXdGLSy8g9itabxpFDeSG7Ht toRyfWSHlYDFTwBzneWbtyFcbCfORI8K/m/Cgf8WKpYRyQhdWykAF/UCbWpyqqXlHvGJ Gc9hHbOiPCGs3HitCHWZ0VdK0ztbKaU4l9HQw=
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).
*