DERIVS

Objective-C

struct DERIVS {
    double x_l, x_p;    /* derivatives of x for lambda-phi */
    double y_l, y_p;    /* derivatives of y for lambda-phi */
}

Swift

struct DERIVS

Undocumented