Home | History | Annotate | Download | only in distribution

Lines Matching defs:bracket

113         // Try to bracket root, test domain endpoints if this fails
116 double[] bracket = null;
118 bracket = UnivariateRealSolverUtils.bracket(
133 // Failed bracket convergence was not because of corner solution
141 bracket[0],bracket[1], getSolverAbsoluteAccuracy());
191 * bracket a CDF root. This method is used by
201 * bracket a CDF root. This method is used by
212 * bracket a CDF root. This method is used by