Replies: 4 comments
-
The problem seems that
|
Beta Was this translation helpful? Give feedback.
-
During the recording of a function, the function is evaluated at the independent variable values. These values are unspecified if you do not set them before the call to Independent. You can suppress the check for nan using the check_for_nan setting; the argument b on |
Beta Was this translation helpful? Give feedback.
-
Yes, I understand the reasons now. Thanks! |
Beta Was this translation helpful? Give feedback.
-
I added the script
to
to get it to compile using run_source.sh. |
Beta Was this translation helpful? Give feedback.
-
The following code errors:
The error happens at the
size_t n_color = af.sparse_jac_rev(ax, subset, pattern_jac, coloring, work);
line as follows:Beta Was this translation helpful? Give feedback.
All reactions