asterycs
Results
1
issues of
asterycs
Hello! I encountered a use case that errors with `sparsehessian` but not with `hessian`. Below is an MVE: ``` using Symbolics function f(x, y) y[1] * x'*x + y[2] *...