Mikael Jagan

Results 11 issues of Mikael Jagan

Re: #1025 `wday.numeric` gains an optional argument `week_start_x` indicating the coding of argument `x`. The default value is 7, meaning 1=Sunday, for backwards compatibility. Hence anyone doing `wday()` without specifying...

The Bunch-Kaufman factorization accessing the upper triangular part of `A` yields `A = U*D*U**T` _not_ `A = U**T*D*U`. There are three places in `SRC/dsytrf.f` where the factorization is stated incorrectly:...

Having `dlkj`, `dwishart`, and `dinvwishart` in one of the TMB namespaces would enable users to assign likelihoods to correlation or covariance matrices. I have implemented these [here](https://github.com/jaganmn/misc/tree/master/tmb_distributions). Documentation and tests...

```lang-none $ tar -x -f flint-3.1.3.tar.xz $ cd flint-3.1.3 $ LIBTOOLIZE=glibtoolize ./bootstrap.sh autoreconf: export WARNINGS=all autoreconf: Entering directory '.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force autoreconf: configure.ac:...

By definition, $\zeta(s, a) = \Phi(1, s, a)$ and $\zeta(s) = \Phi(1, s, 1)$. `acb_dirichlet_lerch_phi(1, s, a, prec)` is indeterminate for `s` with real part less than or equal to...

A colleague of mine is trying to check FLINT built under macOS. He does not hit #2048, perhaps because his architecture is `x86_64` rather than `aarch64` ... ? But he...

I was excited to try your generative Large Language Model for generalized, linear or nonlinear, multivariate latent-variable mixed/multilevel modeling. It installs OK but none of the examples seem to work...

help wanted

The work-around in question is here: https://github.com/flintlib/flint/blob/74907c3c34d985b3e8c63c93e122a5d94c993d61/Makefile.in#L411-L430 Unfortunately, not all linkers support the `-r` option. Notably the MinGW backend for `lld`, the LLVM linker, does not support it, preventing cross-compiling...

And substitute those flags in `flint.pc` so that software wanting to statically link FLINT can know how to do so. This means that `configure.ac` should, if it finds `pkg-config`, test...

Perhaps this issue is known or has been reported before - in that case, apologies. `all.equal` uses its first argument to compute the denominator of the relative difference. `waldo::compare` uses...