Abel Soares Siqueira
Abel Soares Siqueira
I have rebased into the current `master` and it passes the lint check locally and in our fork: https://github.com/cffbots/mmdetection/actions/runs/1839863997
Hi @frapac, we need to understand your use case a little bit better. When do you get a dense matrix? I think that `jac` only returns a dense matrix for...
But what happens if my problem is from CUTEst, where `jac` and `hess` are sparse?
Ah cool, you got your own NLPModels problem. We were discussing your issue about an hour ago and wondering how we can do that without breaking the sparse models, and...
@dpo, do you oppose this idea? Something like this: ```julia """ Jx = jac!(nlp, x, Jx) Computes the Jacobian `Jx` at `x` in place. """ function jac! end """ Hx...
I think what @dpo means is that since it's a Julia matrix, its linearized form is always by columns: ``` julia> A 2×3 Matrix{Int64}: 1 3 5 2 4 6...
But in that case, where is the dense part coming from? I think I'm still lost on where the information on whether the problem is sparse or dense (and which...
That's great news. Thanks for all the hard work.

We should still remove the action, though, since it will fail in those cases as well - if I understood the action correctly. For the mentions to zenodo.json, we can...