Marek Kaluba
Marek Kaluba
since we can't interrupt polymake we should `disable_sigint` before every `function`/`method`/`give` call: ```julia help?> disable_sigint search: disable_sigint disable_sigint(f::Function) Disable Ctrl-C handler during execution of a function on the current task,...
in #278 we disable sigint while calling into polymake kernel
I'd expect the `comparison` (maybe better `compare`??) to do left-right alignment, e.g. (sorry, hand modified, no code to back this idea up:) ``` julia> comparison(b1, b2) 0 (7.12 - 7.62...
@blegat thanks for investigating; interesting find: indeed `v = fill(zero(T), 3)` results in identical (`===`) entries, but modifying one unaliases it from the others (?). When using ```julia function algebra_SOS(Q::AbstractMatrix{T},...
ach, the crunch before the defense :) Good luck then! I'll be opening a new issue about a problem that Hypatia struggles to solve, but this can wait as well,...
where is the group interface actually described?
I was just curious if something was done what slipped my attention
No, not at all ;-)
Such interface is already defined in `GroupsCore.jl` package. If `AbstractAlgebra` won't implement anything more on the groups side it would make more sense for `GroupsCore` to define `Group` abstract type,...
if anyone is willing to spend more time here is what i've written at some point: https://gist.github.com/kalmarek/e7ba0413eabc78a9f3360b248f457089 with `LinearAlgebra.mul!`, `MA.add_mul!!` and its buffered version reaching ``` BenchmarkTools.Trial: 321 samples with...