Juan M. Cruz-Martinez

Results 4 comments of Juan M. Cruz-Martinez

What is the status of this? If nobody is working on this I might give it a go (I want to use i3blocks with dwm).

Is there a timeline or ETA for this? Marking as read or having or/and conditions in the filters would be great.

An use-case example would be: ```python import galois import numpy as np p = 2**31 - 19 FF = galois.GF(p) ar1 = np.random.randint(1, p, size=40).reshape(4, 5, 2) ar2 = np.random.randint(1,...

> I'm guessing in your desired use case you'd use CuPy? Yes, `CuPy` would be nice. But we are very flexible in the choice of library (the more numpy-like the...