|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Optimizable1DContinuousDifferentiable
Interface for Differentiable 1D functions. It extends the Optimizable1DContinuous interface.
| Method Summary | |
|---|---|
double |
get2ndDerivative(double x)
Gets the value of the 2nd derivative of the function. |
double |
getDerivative(double x)
Gets the value of the derivative of the function. |
| Methods inherited from interface edu.jhu.bme.smile.commons.optimize.Optimizable1DContinuous |
|---|
getDomainMax, getDomainMin, getDomainTolerance, getValue |
| Method Detail |
|---|
double getDerivative(double x)
x - location to evaluate the derivative
double get2ndDerivative(double x)
x - location to evaluate the derivative
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||