JuliaApproximation / DomainSets.jl

A Julia package for describing domains as continuous sets of elements
MIT License
72 stars 12 forks source link

Don't export `jacobian` #87

Open dlfivefifty opened 3 years ago

dlfivefifty commented 3 years ago

Conflicts with ForwardDiff.jacobian

daanhb commented 3 years ago

Yes good point. I've been thinking it might be better to put all of the maps-associated functionality in a separate submodule, and eventually in a separate package.

dlfivefifty commented 3 years ago

I would support that since it's orthogonal to domains

daanhb commented 3 years ago

Indeed. We identified a number of overlapping packages some time ago, but the majority of them don't support rectangular or other non-invertible maps so I went ahead and implemented what I needed to support e.g. parametric domains. But that should not be exposed when just using domains