Method | Description | |
---|---|---|
Derivative ( double X, double &D ) : bool | ||
Value ( double X, double &F ) : bool | ||
Values ( double X, double &F, double &D ) : bool | ||
math_FunctionWithDerivative ( ) : System | ||
math_FunctionWithDerivative ( |
public Derivative ( double X, double &D ) : bool | ||
X | double | |
D | double | |
return | bool |
public Values ( double X, double &F, double &D ) : bool | ||
X | double | |
F | double | |
D | double | |
return | bool |
public math_FunctionWithDerivative ( ) : System | ||
return | System |
public math_FunctionWithDerivative ( |
||
parameter1 | ||
return | System |