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
Because the scalar type is explicit in the mix signature and templated in the fwd signature, calls to hessian with double types will always resolve to the mix implementation. This makes testing/validation (or even just use as an alternative) a bit of a hurdle.
I think any kind of fix for this would imply a breaking change (changing function names/arguments), so could be bundled in the 5.0 release (@SteveBronder)?
Current Version:
v4.8.1
The text was updated successfully, but these errors were encountered:
Description
With the current signatures for
hessian
infwd
andmix
, it is not possible to call thefwd
implementation withdouble
types.mix/functor/hessian.hpp
:fwd/functor/hessian.hpp
:Because the scalar type is explicit in the
mix
signature and templated in thefwd
signature, calls tohessian
withdouble
types will always resolve to themix
implementation. This makes testing/validation (or even just use as an alternative) a bit of a hurdle.I think any kind of fix for this would imply a breaking change (changing function names/arguments), so could be bundled in the 5.0 release (@SteveBronder)?
Current Version:
v4.8.1
The text was updated successfully, but these errors were encountered: