How to convert from an AD<double> to a double ? #133
Unanswered
abczhou123
asked this question in
Q&A
Replies: 3 comments
0 replies
|
Thank you. |
0 replies
|
I am converting this from issue 132 to a discussion |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
eg:
AD a=10;
double b=a;//error
All reactions