PolyChaos.jl
PolyChaos.jl copied to clipboard
Add macros for commonly used measures
For instance, op = OrthoPoly("gaussian",10)
could be op = @gaussian 10
. This really needs to be thought through -- what should be the syntax to distinguish between OrthoPoly
and OrthoPolyQ
?...