Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/eigen/files: eigen-3.0.2-latex.patch
Date: Fri, 30 Sep 2011 21:38:23
Message-Id: 20110930213813.096542004C@flycatcher.gentoo.org
1 dilfridge 11/09/30 21:38:13
2
3 Added: eigen-3.0.2-latex.patch
4 Log:
5 Fix LaTeX error in documentation, bug 383051
6
7 (Portage version: 2.1.10.19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-cpp/eigen/files/eigen-3.0.2-latex.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/eigen/files/eigen-3.0.2-latex.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/eigen/files/eigen-3.0.2-latex.patch?rev=1.1&content-type=text/plain
14
15 Index: eigen-3.0.2-latex.patch
16 ===================================================================
17 diff -ruN eigen-3.0.2.orig/Eigen/src/Core/Fuzzy.h eigen-3.0.2/Eigen/src/Core/Fuzzy.h
18 --- eigen-3.0.2.orig/Eigen/src/Core/Fuzzy.h 2011-08-26 14:56:26.000000000 +0200
19 +++ eigen-3.0.2/Eigen/src/Core/Fuzzy.h 2011-09-30 23:29:55.459594976 +0200
20 @@ -94,7 +94,7 @@
21 *
22 * \note The fuzzy compares are done multiplicatively. Two vectors \f$ v \f$ and \f$ w \f$
23 * are considered to be approximately equal within precision \f$ p \f$ if
24 - * \f[ \Vert v - w \Vert \leqslant p\,\(min)(\Vert v\Vert, \Vert w\Vert). \f]
25 + * \f[ \Vert v - w \Vert \leqslant p\,\min(\Vert v\Vert, \Vert w\Vert). \f]
26 * For matrices, the comparison is done using the Hilbert-Schmidt norm (aka Frobenius norm
27 * L2 norm).
28 *