Jan Francu
Jan Francu
When building FlatBuffer bytes, sometimes the array ends up in either of the following states: - just showing the array throws segfault in getindex ``` signal (11): Segmentation fault: 11...
All the versions of `polynomial` function should share the same order of coefficients, that is consistent with how it is evaluated in Julia's `evalpoly`. Currently in the lab we have...
- Add more references to included images. - Small note on NVidia/AMD framework comparison + SIMT/SIMD comparison (AMD calls multiple CUDA cores a SIMD unit) + warp is 32 threads...
Checking type stability on function with optional arguments does not show the whole picture ```julia @code_warntype find_root(p, Newton(), -5.0, 5.0) # shows only the wrapper function which is stable @code_warntype...
Unit test can be setup also on GitLab, see [tutorial](https://tamaspapp.eu/post/julia-ci-gitlab/) from Tamás K. Papp. It boils down to adding a file `.gitlab-ci.yml` to the root of a repo with the...