Open jrmaddison opened 3 months ago
Needed for instantiation of new objects, e.g. in #143. The missing _ad_new can be worked around using _ad_copy. The missing _ad_new_dual has no easy workaround, and #143 uses copying of adjoint values.
_ad_new
_ad_copy
_ad_new_dual
Needed for instantiation of new objects, e.g. in #143. The missing
_ad_new
can be worked around using_ad_copy
. The missing_ad_new_dual
has no easy workaround, and #143 uses copying of adjoint values.