-
In particular, allow both real and complex input. Also implement bisection if Newton-Raphson cannot be used.
Component: **algebra**
Author: **Jeroen Demeyer**
Branch/Commit: **[u/jdemeyer/ticket/…
-
Function could return answers which are orders of magnitude off. It could be due to the fact that we revert to bisection which is linear instead of cubic Halley.
```
>>> (\a b -> incompleteBeta a b .…
-
setting `err = 1e-10` the box wave function tests ok.
However, setting a lower error threshold implies false test. The numerov solution output is up to 10^-11 precise, but setting a lower precision …
-
## Description
## General Troubleshooting
- [x] I carefully followed the instructions in the [README](https://github.com/alvr-org/ALVR/blob/master/README.md) and successfully completed…
-
MWE:
```julia
module MWE
import Bijectors, Enzyme, StableRNGs
b = Bijectors.PlanarLayer(3)
binv = Bijectors.inverse(b)
x = randn(StableRNGs.StableRNG(23), (3, 3))
f = x -> sum(b(binv(x)))
Enzyme.gradi…
-
## Description
After much mucking about my ALVR to steam started working (magic, no idea what changed), however I have one more issue which is no audio on the Pico 4 headset. Video seems to be …
-
Both UI and JSON API orders patches by date, rather that patch number in the series, so clients can't apply patches one by one.
mbox of the entire series is correct, but for build bots is useful to…
-
Hello again! I want to use continuation to find the stable range of system parameters. To reduce computation time, I would like to stop the continuation of a branch once a bifurcation point (e.g., ns …
-
Let's say we would naturally try to bisect a change between the 1st and the 30th of a month, the bisect might go something like this:
check 30th
check 1st
check 15th
check 7th
check 11t…
-
When you finish bisection in Fork, it shows you an error alert instead of an info alert or a dedicated alert. The first time I saw it, I immediately closed it without reading the details, thinking "oh…