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
-
Undocumented
Declaration
Objective-C
double x_l
Swift
var x_l: Double
-
Undocumented
-
Undocumented
Declaration
Objective-C
double y_l
Swift
var y_l: Double
-
Undocumented