C-compatible third-order automatic-differentiation scalar. More...
#include <path.h>
Data Fields | |
| double | v |
| Function value. | |
| double | d1 |
| First derivative with respect to s. | |
| double | d2 |
| Second derivative with respect to s. | |
| double | d3 |
| Third derivative with respect to s. | |
C-compatible third-order automatic-differentiation scalar.
v stores the scalar value, while d1, d2, and d3 store derivatives with respect to the path parameter s. Parametric path callbacks receive a seeded value (d1 = 1) and should return one CoppJet3 per path dimension.