JuliaApproximation / DomainSets.jl

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

Support special static vector types in UnitSphere #58

Closed dlfivefifty closed 4 years ago

dlfivefifty commented 4 years ago

This is needed for https://github.com/JuliaApproximation/SphericalHarmonics.jl

daanhb commented 4 years ago

There were several issues with vectors in DomainSets, not just static vectors. I think they were resolved in #55. That pull request is basically ready, I'll update it.