MutableArithmetics.jl icon indicating copy to clipboard operation
MutableArithmetics.jl copied to clipboard

[WIP] operate! with add_dot

Open blegat opened this issue 2 years ago • 0 comments

Trying to make this work operate!(add_dot, BigInt(), [A, A], [A, A]) where A = ones(BigInt, 2, 2) to remove the need for such hacks: https://github.com/kalmarek/PropertyT.jl/blob/master/src/sos_sdps.jl#L144-L173

cc @kalmarek

blegat avatar Jun 28 '23 15:06 blegat