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
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?...
The text was updated successfully, but these errors were encountered:
For instance,
op = OrthoPoly("gaussian",10)
could beop = @gaussian 10
. This really needs to be thought through -- what should be the syntax to distinguish betweenOrthoPoly
andOrthoPolyQ
?...The text was updated successfully, but these errors were encountered: