Sébastien Villemot
Sébastien Villemot
The \htmladdnormallink macro has been removed from hyperref as of TeX Live 2022. It was simply an alias for \href (with arguments swapped), so use the latter instead.
Hi, I’ve noticed that the SLIP LU userguide is not rebuilt by top-level "make docs", as for the other libraries. Is that an overlook? Thanks for your work,
In SuiteSparse 5.7, a call to `__atomic_compare_exchange` was introduced in `GraphBLAS/Source/Template/GB_AxB_saxpy3_template.h`. Under some circumstances, the compiler turns those `__atomic` statements into a call to a function provided by the `libatomic`...
Thanks for this great package. It would be nice to add monotonic splines. This is very useful in some situations, e.g. when optimizing over an interpolated function. See for example...
saves users from: if else if else endif endif
In dr.pdf, at the end of section 4.1, we have: g^-_y = Z'_11 T^{-1}_11 S_{11} (Z'_{11})^{-1} But dr1.m used to contain the following formula: g^-_y = (T^{-1}_11 X)^{-1} S_{11} X...
Otherwise order=3 fails with a cryptic preprocessor error
See: http://www.dynare.org/phpBB3/viewtopic.php?f=1&t=3846 Quick fix is to require users to place brackets around latex variables containing exponents (and probably underscores) Complete fix is to place braces around variables with lead/lags and...
Currently, if the user inputs EXPECTATION(-1)(some_expr) in her model, then a new aux variable is created, and this var is a state var, which appears in the decision rules as...