This would allow allocation-free code (using `SVector`) for a lot of calculations. Of course optionally, as users can still go for `Vector`s etc. Caveat: output of `collocation_matrix` may be too large. Opt-in to static matrices?
This would allow allocation-free code (using
SVector) for a lot of calculations. Of course optionally, as users can still go forVectors etc.Caveat: output of
collocation_matrixmay be too large. Opt-in to static matrices?