SciML / DiffEqOperators.jl

Linear operators for discretizations of differential equations and scientific machine learning (SciML)
https://docs.sciml.ai/DiffEqOperators/stable/
Other
285 stars 74 forks source link

Specialize `sparse` for various operators #505

Closed eschnett closed 2 years ago

eschnett commented 2 years ago

This should make it more efficient to create sparse matrix representations for difference operators.

Closes https://github.com/SciML/DiffEqOperators.jl/issues/392.

ChrisRackauckas commented 2 years ago

@xtalax

eschnett commented 2 years ago

I see test failures locally, but these seem to be the same test failures as on the current master branch.

ChrisRackauckas commented 2 years ago

Rebase onto master.

eschnett commented 2 years ago

Done. Can you approve the CI workflow?

ChrisRackauckas commented 2 years ago

Thanks!