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
Hmm, this will be difficult to get right. There is a fairly comprehensive framework for iterating over combinations of function sets in BasisFunctions.jl, which I'm still not entirely happy with. By implementing axes and friends, I managed to reuse the standard iterators of arrays for product structures and of BlockArrays for composite structures. However, some extensions are needed when combining them: in this package that would be product domains of uniondomains.
It's certainly doable, but I'm not sure it is worth the effort here.
Ran into an issue where a piece of code would have worked if I could
iterate
over aVcatDomain
(something likeVcatDomain(OneTo(3), OneTo(5))
)Would be nice if we supported
iterate
. I started an implementation but wasn't obvious, probably just need to replicate the code forCartesianIndex
The text was updated successfully, but these errors were encountered: