You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sparsity structure of the partial parametric derivatives from PartialDerivator makes for an unintuitive interface. It would be better to have something less compressed, but easier to use.
Design new matrix format
Implement in derivator
Update disclaimer in docs
The text was updated successfully, but these errors were encountered:
I think the key here is to design a sum_duplicates method like in scipy.sparse. Then we can implement a COO-like output format and vectorize loops with JAX.
The sparsity structure of the partial parametric derivatives from
PartialDerivator
makes for an unintuitive interface. It would be better to have something less compressed, but easier to use.The text was updated successfully, but these errors were encountered: