HomeSort by relevance Sort by last modified time
    Searched defs:MathException (Results 1 - 6 of 6) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DefaultTransformer.java 22 import org.apache.commons.math.MathException;
41 * @throws MathException if it cannot successfully be transformed.
44 public double transform(Object o) throws MathException {
46 throw new MathException(LocalizedFormats.OBJECT_TRANSFORMATION);
56 throw new MathException(e,
  /external/apache-commons-math/src/main/java/org/apache/commons/math/
MathException.java 39 public class MathException extends Exception implements MathThrowable {
55 * Constructs a new <code>MathException</code> with no
58 public MathException() {
64 * Constructs a new <code>MathException</code> with specified
69 * @deprecated as of 2.2 replaced by {@link #MathException(Localizable, Object...)}
72 public MathException(String pattern, Object ... arguments) {
77 * Constructs a new <code>MathException</code> with specified
84 public MathException(Localizable pattern, Object ... arguments) {
90 * Constructs a new <code>MathException</code> with specified
96 public MathException(Throwable rootCause)
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
AbstractIntegerDistribution.java 21 import org.apache.commons.math.MathException;
66 * @throws MathException if the cumulative probability can not be
69 public double cumulativeProbability(double x) throws MathException {
82 * @throws MathException if the cumulative probability can not be
88 throws MathException {
110 * @throws MathException if the cumulative probability can not be
113 public abstract double cumulativeProbability(int x) throws MathException;
141 * @throws MathException if the cumulative probability can not be
145 public double cumulativeProbability(int x0, int x1) throws MathException {
160 * @throws MathException if the inverse cumulative probability can not b
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
LoessInterpolator.java 22 import org.apache.commons.math.MathException;
120 * @throws MathException if bandwidth does not lie in the interval [0,1]
124 public LoessInterpolator(double bandwidth, int robustnessIters) throws MathException {
144 * @throws MathException if bandwidth does not lie in the interval [0,1]
149 public LoessInterpolator(double bandwidth, int robustnessIters, double accuracy) throws MathException {
151 throw new MathException(LocalizedFormats.BANDWIDTH_OUT_OF_INTERVAL,
156 throw new MathException(LocalizedFormats.NEGATIVE_ROBUSTNESS_ITERATIONS, robustnessIters);
172 * @throws MathException if some of the following conditions are false:
180 final double[] xval, final double[] yval) throws MathException {
191 * @throws MathException if some of the following conditions are false
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.7/
velocity-1.7.jar 
  /external/dagger2/lib/
auto-value-1.0.jar 

Completed in 7368 milliseconds