public class InflectionFinderR1R1
extends java.lang.Object
Constructor and Description |
---|
InflectionFinderR1R1(FuncR1R1 f,
double epsAbs,
double epsRel) |
Modifier and Type | Method and Description |
---|---|
double |
search(double x0)
Searches the inflection point by solving f''=0 with the secant algorithm
|
public InflectionFinderR1R1(FuncR1R1 f, double epsAbs, double epsRel)