Parametron.jl
Parametron.jl copied to clipboard
Optimization for x' * A * x
We already have an optimization for transpose(x) * A * x expressions, but it doesn't match x' * A * x.