Closed matteoparigi closed 5 years ago
Dear @matteoparigi, thanks for the issue. I've found the bug, which will be fixed by #895. Can you confirm this fix is working now?
Yes, I confirm that it now compiles with both float and casadi::SX scalar type. Thank you very much for your promptness!
Best, Matteo
Sounds great. Thanks a lot for your quick feedback.
Fixed by #895.
Hi all, in my group we are using your library together with
casadi
for automatic differentiation and optimization, with some success! However, we have troubles when trying to compute symbolic jacobians, meaning that our scalar type iscasadi::SX
. We also noticed that the same code does not compile even if the scalar type is just a float, as in the example below:More specifically, the last line causes the issue, as in the gcc error message
Do you have any clue about this error, or on how to generate jacobians with scalar types other than double? We are using the latest
devel
Thank you! Matteo