Home
last modified time | relevance | path

Searched refs:monotoneDerivative_UnaryCRFunction (Results 1 – 1 of 1) sorted by relevance

/external/crcalc/src/com/hp/creals/
DUnaryCRFunction.java170 return new monotoneDerivative_UnaryCRFunction(this, low, high); in monotoneDerivative()
572 class monotoneDerivative_UnaryCRFunction extends UnaryCRFunction { class
596 monotoneDerivative_UnaryCRFunction(UnaryCRFunction func, CR l, CR h) { in monotoneDerivative_UnaryCRFunction() method in monotoneDerivative_UnaryCRFunction