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
Recently I am writing a self-use package for calculating space differiente. The package accept 1-st order differiente and 2-nd order differiente but throw error when calculating higher oders.
I was thinking about something like types like eval(SpaceDiff{1}, arg...) and eval(SpaceDiff{2}...) rather than juist 1/2, as it can throw an error in a separated defination.
But I did not see anything similar in the document. Is there a similar way to specify types or methods by an actual int?
Thank you.
The text was updated successfully, but these errors were encountered:
Recently I am writing a self-use package for calculating space differiente. The package accept 1-st order differiente and 2-nd order differiente but throw error when calculating higher oders.
I was thinking about something like types like eval(SpaceDiff{1}, arg...) and eval(SpaceDiff{2}...) rather than juist 1/2, as it can throw an error in a separated defination.
But I did not see anything similar in the document. Is there a similar way to specify types or methods by an actual int?
Thank you.
The text was updated successfully, but these errors were encountered: