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
generate back-end code that fails to compile. This is due to b+c returning an AutoDiffBlock in the back-end, and since makeArray() is templatized on input type an array<AutoDiffBlock> is generated instead of an array<CollOfScalar>.
Some expressions such as
generate back-end code that fails to compile. This is due to
b+c
returning anAutoDiffBlock
in the back-end, and since makeArray() is templatized on input type anarray<AutoDiffBlock>
is generated instead of anarray<CollOfScalar>
.Susceptible functions: operatorExtend, operatorOn, trinaryIf, makeArray.
The text was updated successfully, but these errors were encountered: