Gert-Jan Both
Gert-Jan Both
Hi everyone, I've found a (admitted, rather crude) way to include pdf images for latex files and png's for html files. It's pretty redneck engineering right now, but it does...
The readme recommends starting a daemon for gige cameras through `sudo enable/start/status systemctl gige-daemon.service`, but this throws an error - this daemon doesn't exist. I found a daemon named `tcam-gige-daemon`...
Hi, I'm working on including MuJoCo in Jax using [external callbacks](https://jax.readthedocs.io/en/latest/notebooks/external_callbacks.html#why-callbacks), the endgoal being a fully jittable / vmappable episode generation (MJX doesn't support everything we use (yet :-)). I've...
Installing using python 3.11 gives an error - we should limit it to 3.10 only.
Hi, Thanks for your package, it's very useful. I tried to fit two different datasets using the same model and I got an error that refitting is not allowed. What...
### Describe the bug I have a repository whose folder name is different than the package name. When building the book it fails because the virtual environment name is wrong...
I have a problem where I'm looking for a fixed point for a `[1000, 1, 1000, 3]` complex field. I started by splitting it into a real and imaginary part...
This is a (very...) rough PR to see if there's interest in adding support for exponential integrators. Here's a good [source](https://na.math.kit.edu/download/papers/acta-final.pdf) with some background. Their main use is for stiff,...
Thanks for implementing the LSMR solver - I've been using it for matrix-free Levenberg-Marquardt and it seems to work really well! There's one issue with the initialisation however - [one...