/external/apache-commons-math/src/main/java/org/apache/commons/math/ |
D | ConvergenceException.java | 29 public class ConvergenceException extends MathException { class 37 public ConvergenceException() { in ConvergenceException() method in ConvergenceException 50 public ConvergenceException(String pattern, Object ... arguments) { in ConvergenceException() method in ConvergenceException 61 public ConvergenceException(Localizable pattern, Object ... arguments) { in ConvergenceException() method in ConvergenceException 69 public ConvergenceException(Throwable cause) { in ConvergenceException() method in ConvergenceException 83 public ConvergenceException(Throwable cause, String pattern, Object ... arguments) { in ConvergenceException() method in ConvergenceException 95 public ConvergenceException(Throwable cause, Localizable pattern, Object ... arguments) { in ConvergenceException() method in ConvergenceException
|
D | MaxEvaluationsExceededException.java | 20 import org.apache.commons.math.ConvergenceException; 32 public class MaxEvaluationsExceededException extends ConvergenceException {
|
D | MaxIterationsExceededException.java | 20 import org.apache.commons.math.ConvergenceException; 32 public class MaxIterationsExceededException extends ConvergenceException {
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/ |
D | UnivariateRealSolver.java | 19 import org.apache.commons.math.ConvergenceException; 79 double solve(double min, double max) throws ConvergenceException, FunctionEvaluationException; in solve() 101 throws ConvergenceException, FunctionEvaluationException; in solve() 123 throws ConvergenceException, FunctionEvaluationException, IllegalArgumentException; in solve() 146 throws ConvergenceException, FunctionEvaluationException, IllegalArgumentException; in solve()
|
D | UnivariateRealSolverUtils.java | 19 import org.apache.commons.math.ConvergenceException; 55 throws ConvergenceException, FunctionEvaluationException { in solve() 76 double absoluteAccuracy) throws ConvergenceException, in solve() 127 throws ConvergenceException, FunctionEvaluationException { in bracket() 167 int maximumIterations) throws ConvergenceException, in bracket() 199 throw new ConvergenceException( in bracket()
|
D | LaguerreSolver.java | 19 import org.apache.commons.math.ConvergenceException; 93 throws ConvergenceException, FunctionEvaluationException { in solve() 100 throws ConvergenceException, FunctionEvaluationException { in solve() 123 throws ConvergenceException, FunctionEvaluationException { in solve() 147 throws ConvergenceException, FunctionEvaluationException { in solve() 192 throws ConvergenceException, FunctionEvaluationException { in solve() 219 throws ConvergenceException, FunctionEvaluationException { in solve() 253 throw new ConvergenceException(); in solve() 287 ConvergenceException, FunctionEvaluationException { in solveAll()
|
D | UnivariateRealSolverImpl.java | 25 import org.apache.commons.math.ConvergenceException; 158 throws ConvergenceException, FunctionEvaluationException { in solve() 182 throws ConvergenceException, FunctionEvaluationException, IllegalArgumentException { in solve()
|
D | SecantSolver.java | 19 import org.apache.commons.math.ConvergenceException; 71 throws ConvergenceException, FunctionEvaluationException { in solve() 78 throws ConvergenceException, FunctionEvaluationException { in solve()
|
D | RiddersSolver.java | 19 import org.apache.commons.math.ConvergenceException; 66 throws ConvergenceException, FunctionEvaluationException { in solve() 73 throws ConvergenceException, FunctionEvaluationException { in solve()
|
D | MullerSolver.java | 19 import org.apache.commons.math.ConvergenceException; 67 throws ConvergenceException, FunctionEvaluationException { in solve() 74 throws ConvergenceException, FunctionEvaluationException { in solve()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/ |
D | ConvergenceException.java | 29 public class ConvergenceException extends MathIllegalStateException { class 36 public ConvergenceException() { in ConvergenceException() method in ConvergenceException 44 public ConvergenceException(Localizable specific) { in ConvergenceException() method in ConvergenceException 55 public ConvergenceException(Localizable specific, in ConvergenceException() method in ConvergenceException
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/ |
D | UnivariateRealIntegrator.java | 19 import org.apache.commons.math.ConvergenceException; 79 throws ConvergenceException, FunctionEvaluationException, IllegalArgumentException; in integrate() 95 throws ConvergenceException, FunctionEvaluationException, IllegalArgumentException; in integrate()
|
D | LegendreGaussIntegrator.java | 19 import org.apache.commons.math.ConvergenceException; 160 throws ConvergenceException, FunctionEvaluationException, IllegalArgumentException { in integrate() 166 throws ConvergenceException, FunctionEvaluationException, IllegalArgumentException { in integrate()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/ |
D | UnivariateRealOptimizer.java | 19 import org.apache.commons.math.ConvergenceException; 72 throws ConvergenceException, FunctionEvaluationException; in optimize() 95 throws ConvergenceException, FunctionEvaluationException; in optimize()
|
D | OptimizationException.java | 20 import org.apache.commons.math.ConvergenceException; 32 public class OptimizationException extends ConvergenceException {
|
D | MultiStartUnivariateRealOptimizer.java | 20 import org.apache.commons.math.ConvergenceException; 229 throws ConvergenceException, FunctionEvaluationException { in optimize() 251 } catch (ConvergenceException ce) { in optimize() 315 throws ConvergenceException, FunctionEvaluationException { in optimize()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | ContinuedFraction.java | 19 import org.apache.commons.math.ConvergenceException; 154 throw new ConvergenceException( in evaluate() 178 throw new ConvergenceException( in evaluate() 186 throw new ConvergenceException( in evaluate()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/ |
D | KMeansPlusPlusClusterer.java | 25 import org.apache.commons.math.exception.ConvergenceException; 117 … throw new ConvergenceException(LocalizedFormats.EMPTY_CLUSTER_IN_K_MEANS); in cluster() 232 throw new ConvergenceException(LocalizedFormats.EMPTY_CLUSTER_IN_K_MEANS); in getPointFromLargestVarianceCluster() 266 throw new ConvergenceException(LocalizedFormats.EMPTY_CLUSTER_IN_K_MEANS); in getPointFromLargestNumberCluster() 304 throw new ConvergenceException(LocalizedFormats.EMPTY_CLUSTER_IN_K_MEANS); in getFarthestPoint()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/ |
D | FractionConversionException.java | 20 import org.apache.commons.math.ConvergenceException; 30 public class FractionConversionException extends ConvergenceException {
|
D | FractionFormat.java | 26 import org.apache.commons.math.ConvergenceException; 182 } catch (ConvergenceException ex) { in format()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
D | AbstractContinuousDistribution.java | 21 import org.apache.commons.math.ConvergenceException; 121 } catch (ConvergenceException ex) { in inverseCumulativeProbability()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/ |
D | CombinedEventsManager.java | 25 import org.apache.commons.math.ConvergenceException; 176 } catch (ConvergenceException ce) { in evaluateStep()
|
D | EventState.java | 20 import org.apache.commons.math.ConvergenceException; 199 throws DerivativeException, EventException, ConvergenceException { in evaluateStep()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/ |
D | NonLinearConjugateGradientOptimizer.java | 20 import org.apache.commons.math.ConvergenceException; 210 } catch (ConvergenceException ce) { in doOptimize()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/ |
D | AbstractIntegrator.java | 29 import org.apache.commons.math.ConvergenceException; 342 } catch (ConvergenceException ce) { in acceptStep()
|