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
While these classes do the job and are widely used in the example codes, they are more of a quick hack than a proper solution. They should be replaced with a template struct offering a more complete interface (e.g. multiplication of values + derivatives). Direct access to fields (.dx etc.) can be replaced by free functions found by ADL.
A general, long-term solution would be to implement the concept of a jet, although ideally, that would require some fixed-size multilinear algebra utilities.
The text was updated successfully, but these errors were encountered:
While these classes do the job and are widely used in the example codes, they are more of a quick hack than a proper solution. They should be replaced with a template struct offering a more complete interface (e.g. multiplication of values + derivatives). Direct access to fields (
.dx
etc.) can be replaced by free functions found by ADL.A general, long-term solution would be to implement the concept of a jet, although ideally, that would require some fixed-size multilinear algebra utilities.
The text was updated successfully, but these errors were encountered: