File: doxygen.patch

package info (click to toggle)
coinor-ipopt 3.14.19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,796 kB
  • sloc: cpp: 97,169; sh: 4,802; ansic: 2,537; java: 1,289; makefile: 821; fortran: 224; xml: 210
file content (40 lines) | stat: -rw-r--r-- 1,672 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Author: trophime <christophe.trophime@lncmi.cnrs.fr>, Roberto C. Sanchez <roberto@connexer.com>
Description: Make it possible to build the coior-ipopt Doxygen documentation with newer versions of doxygen and latex.
--- a/contrib/sIPOPT/src/SensDenseGenSchurDriver.hpp
+++ b/contrib/sIPOPT/src/SensDenseGenSchurDriver.hpp
@@ -34,13 +34,13 @@
 
    /** Performs a backsolve on S and : Solves the system
     *
-    *  \f$\left[\begin{array}{c|c}
+    *  \f[\left[\begin{array}{c|c}
     *  K & E\\\hline
     *  E^T & 0
     *  \end{array}
     *  \right]
-    *  \left[\begin{array}{c}x\\y\end{array}\right] =
-    *  \left[\begin{array}{c}f\\g\end{array}\right]\f$
+    *  \left[\begin{array}{c}x \\ y\end{array}\right] =
+    *  \left[\begin{array}{c}f \\ g\end{array}\right]\f]
     *
     *  y will be stored in g at exit.
     *  Kf should hold
--- a/src/Algorithm/IpAugSystemSolver.hpp
+++ b/src/Algorithm/IpAugSystemSolver.hpp
@@ -20,14 +20,14 @@
  *  This is the base class for linear solvers that
  *  solve the augmented system, which is defined as
  *
- *  \f$\left[\begin{array}{cccc}
+ *  \f[\left[\begin{array}{cccc}
  *  W + D_x + \delta_xI & 0 & J_c^T & J_d^T\\
  *  0 & D_s + \delta_sI & 0 & -I \\
  *  J_c & 0 & D_c - \delta_cI & 0\\
  *  J_d & -I & 0 & D_d - \delta_dI
  *  \end{array}\right]
  *  \left(\begin{array}{c}sol_x\\sol_s\\sol_c\\sol_d\end{array}\right)=
- *  \left(\begin{array}{c}rhs_x\\rhs_s\\rhs_c\\rhs_d\end{array}\right)\f$
+ *  \left(\begin{array}{c}rhs_x\\rhs_s\\rhs_c\\rhs_d\end{array}\right)\f]
  *
  *  Since this system might be solved repeatedly for different right
  *  hand sides, it is desirable to step the factorization of a