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
Yes, this is a good idea. I think for people who may really only want to do very specific computations with the packages (sort of like what I've seen some people do with ApproxFun), having syntax that can side-step the quasimatrix concept would be helpful. And it would make the docs easier to understand if we can compare the two syntax options and say they do the same thing.
It may even be worth having an optional integer argument that gives you only the first $N$ entries of the vector (without computing the whole thing to convergence).
A common pattern to expand a function is:
But perhaps a shortcut would be useful so this is one line:
That is, add the function:
The text was updated successfully, but these errors were encountered: