Mario Geiger
Mario Geiger
Median
Hi :-) # Aim I would like to compute the median # What I tried I guess I should be able to do it using a combination of `ak.sort` and...
Hi, Thanks for the nice library, it's faster than python ;-) I am using a raspberry pi and I tried the following code: ```python use rust_gpiozero::Debounce; use rust_gpiozero::*; use std::{thread,...
## ❓ Questions & Help Do you have a `radius_graph` function for periodic structure? Otherwise I will think how I can implement one and propose a PR, any suggestions? So...
Let say I have a function $h(t)$ that I can evaluate in any $t$ and I want to calculate $$\int_0^1 h(t) dt.$$ Would `diffrax` used like that be a good...
I see in the readme that I need to compile rust 1.0 Does it works also with 1.20 ? If no, do you know an alternative to compile rust code...
Hi, Would it be possible to compute only the low frequencies from a high resolution grid? It seems to work with `sampling = "mw"` but not with `sampling = "dh"`:...
Make a transformer that transforms `x.transpose(1, 2)` into `torch.einsum('abc...->acb...')` in order to then have these operations fused with the rest of the einsums