Adomas Baliuka
Adomas Baliuka
Using release version aff3ct-2.3.5 built from source, I tested a large subset of all available LDPC decoders with the DVB-S2 rate 2/3 LDPC code (N=64800, K=43200). It is very likely...
I have the same problem for `pinv` of large arrays. Matrices of size around 10k work fine and take a minute to `pinv`: ```julia using CUDA using LinearAlgebra @time matrix...
Is there any news on this? It's been years, AudioIO.jl seems dead... are there plans to include getting also the audio from videos? Are there any ways to achieve this...
I've been using `gitpatch` a lot and had the problem of it not working properly for the first time today. The `git` command created in `gitpatch(path = projectdir(); try_submodule_diff=true)` and...
I don't know what's wrong with the v1.0.5, I tried starting the package from juliaup's v1.0.5 channel but that errored on instantiate already (`ERROR: Unsatisfiable requirements detected for package StatsBase`)...
This might be related to an issue where substituting variables inside a complex matrix does not work at all (has no effect and leaves the variables as they are). ```julia...
Should be fixed by https://github.com/JuliaStats/Rmath-julia/issues/46 but does not yet work correctly on `Distributions v0.25.110`. Will check when updated further.
Error no longer appears as of `Distributions v0.25.116` (tested with Julia Version 1.10.7 on x86_64-linux-gnu. Dependencies include Rmath v0.8.0 and Rmath_jll v0.5.1+0, which have the linked fix).