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
Add a mode that allows to calculate multiple forward-mode derivatives at once, by tracking multiple derivatives in the active data type.
The current data type has value and derivative, which are both scalars. This would allow to have an array for derivative, where multiple ones are stored and updated with the calculations. Note that the number of derivatives should be configurable by the user at compile-time.
The text was updated successfully, but these errors were encountered:
Add a mode that allows to calculate multiple forward-mode derivatives at once, by tracking multiple derivatives in the active data type.
The current data type has
value
andderivative
, which are both scalars. This would allow to have an array forderivative
, where multiple ones are stored and updated with the calculations. Note that the number of derivatives should be configurable by the user at compile-time.The text was updated successfully, but these errors were encountered: