JuliaApproximation / DomainSets.jl

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

WIP ApproxFun support #24

Closed dlfivefifty closed 5 years ago

dlfivefifty commented 6 years ago

ApproxFun now passes using Domains.jl, but in the process I lost track a bit of the changes made.

Also, intervals have been moved to IntervalSets.jl, as well as Domain{T}. The latter is a debatable choice as union(::Domain, ::Domain) is "type piracy".

I'll try to go through the code next week and hopefully we can publish!

@daanhb

dlfivefifty commented 5 years ago

@daanhb @vincentcp Any comments before I merge and tag this?