HomeSort by relevance Sort by last modified time
    Searched refs:MathRuntimeException (Results 26 - 50 of 102) sorted by null

12 3 4 5

  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
FDistributionImpl.java 22 import org.apache.commons.math.MathRuntimeException;
222 throw MathRuntimeException.createIllegalArgumentException(
256 throw MathRuntimeException.createIllegalArgumentException(
GammaDistributionImpl.java 22 import org.apache.commons.math.MathRuntimeException;
149 throw MathRuntimeException.createIllegalArgumentException(
182 throw MathRuntimeException.createIllegalArgumentException(
PascalDistributionImpl.java 22 import org.apache.commons.math.MathRuntimeException;
93 throw MathRuntimeException.createIllegalArgumentException(
120 throw MathRuntimeException.createIllegalArgumentException(
WeibullDistributionImpl.java 22 import org.apache.commons.math.MathRuntimeException;
166 throw MathRuntimeException.createIllegalArgumentException(
194 throw MathRuntimeException.createIllegalArgumentException(
217 throw MathRuntimeException.createIllegalArgumentException(
HypergeometricDistributionImpl.java 22 import org.apache.commons.math.MathRuntimeException;
59 throw MathRuntimeException
65 throw MathRuntimeException
254 throw MathRuntimeException.createIllegalArgumentException(
280 throw MathRuntimeException.createIllegalArgumentException(
305 throw MathRuntimeException.createIllegalArgumentException(
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
LeastSquaresConverter.java 21 import org.apache.commons.math.MathRuntimeException;
116 throw MathRuntimeException.createIllegalArgumentException(
149 throw MathRuntimeException.createIllegalArgumentException(
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
Kurtosis.java 21 import org.apache.commons.math.MathRuntimeException;
99 throw MathRuntimeException.createIllegalStateException(
133 throw MathRuntimeException.createIllegalStateException(
GeometricMean.java 21 import org.apache.commons.math.MathRuntimeException;
199 throw MathRuntimeException.createIllegalStateException(
  /external/apache-commons-math/src/main/java/org/apache/commons/math/transform/
FastHadamardTransformer.java 20 import org.apache.commons.math.MathRuntimeException;
163 throw MathRuntimeException.createIllegalArgumentException(
214 throw MathRuntimeException.createIllegalArgumentException(
FastFourierTransformer.java 23 import org.apache.commons.math.MathRuntimeException;
434 throw MathRuntimeException.createIllegalArgumentException(
496 throw MathRuntimeException.createIllegalArgumentException(
509 throw MathRuntimeException.createIllegalArgumentException(
525 throw MathRuntimeException.createIllegalArgumentException(
663 throw MathRuntimeException.createIllegalArgumentException(
669 throw MathRuntimeException.createIllegalArgumentException(
692 throw MathRuntimeException.createIllegalArgumentException(
698 throw MathRuntimeException.createIllegalArgumentException(
814 throw MathRuntimeException.createIllegalStateException(LocalizedFormats.ROOTS_OF_UNITY_NOT_COMPUTED_YET)
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
FractionFormat.java 27 import org.apache.commons.math.MathRuntimeException;
183 throw MathRuntimeException.createIllegalArgumentException(
188 throw MathRuntimeException.createIllegalArgumentException(
207 throw MathRuntimeException.createParseException(
Fraction.java 23 import org.apache.commons.math.MathRuntimeException;
258 throw MathRuntimeException.createArithmeticException(
263 throw MathRuntimeException.createArithmeticException(
406 throw MathRuntimeException.createArithmeticException(
515 throw MathRuntimeException.createArithmeticException(LocalizedFormats.NUMERATOR_OVERFLOW_AFTER_MULTIPLY,
573 throw MathRuntimeException.createArithmeticException(
602 throw MathRuntimeException.createArithmeticException(
615 throw MathRuntimeException.createArithmeticException(
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
ValueServer.java 25 import org.apache.commons.math.MathRuntimeException;
123 default: throw MathRuntimeException.createIllegalStateException(
317 throw MathRuntimeException.createIllegalStateException(LocalizedFormats.DIGEST_NOT_INITIALIZED);
350 throw MathRuntimeException.createEOFException(LocalizedFormats.URL_CONTAINS_NO_DATA,
EmpiricalDistributionImpl.java 30 import org.apache.commons.math.MathRuntimeException;
125 throw new MathRuntimeException(e);
144 throw MathRuntimeException.createEOFException(LocalizedFormats.URL_CONTAINS_NO_DATA,
224 throw MathRuntimeException.createIllegalArgumentException(
375 throw MathRuntimeException.createIllegalStateException(LocalizedFormats.DISTRIBUTION_NOT_LOADED);
395 throw new MathRuntimeException(LocalizedFormats.NO_BIN_SELECTED);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/correlation/
Covariance.java 19 import org.apache.commons.math.MathRuntimeException;
226 throw MathRuntimeException.createIllegalArgumentException(
229 throw MathRuntimeException.createIllegalArgumentException(
269 throw MathRuntimeException.createIllegalArgumentException(
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
Array2DRowRealMatrix.java 22 import org.apache.commons.math.MathRuntimeException;
125 throw MathRuntimeException.createIllegalArgumentException(
130 throw MathRuntimeException.createIllegalArgumentException(
135 throw MathRuntimeException.createIllegalArgumentException(
319 throw MathRuntimeException.createIllegalStateException(
323 throw MathRuntimeException.createIllegalStateException(
328 throw MathRuntimeException.createIllegalArgumentException(
334 throw MathRuntimeException.createIllegalArgumentException(
340 throw MathRuntimeException.createIllegalArgumentException(
418 throw MathRuntimeException.createIllegalArgumentException
    [all...]
RealMatrixImpl.java 22 import org.apache.commons.math.MathRuntimeException;
127 throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_ROW);
131 throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_COLUMN);
135 throw MathRuntimeException.createIllegalArgumentException(
320 throw MathRuntimeException.createIllegalStateException(
325 throw MathRuntimeException.createIllegalStateException(
331 throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_ROW);
336 throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_COLUMN);
341 throw MathRuntimeException.createIllegalArgumentException(
424 throw MathRuntimeException.createIllegalArgumentException
    [all...]
BigMatrixImpl.java 22 import org.apache.commons.math.MathRuntimeException;
106 throw MathRuntimeException.createIllegalArgumentException(
110 throw MathRuntimeException.createIllegalArgumentException(
158 throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_ROW);
163 throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_COLUMN);
167 throw MathRuntimeException.createIllegalArgumentException(
191 throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_ROW);
196 throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_COLUMN);
200 throw MathRuntimeException.createIllegalArgumentException(
221 throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_ROW)
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/
RombergIntegrator.java 20 import org.apache.commons.math.MathRuntimeException;
116 throw MathRuntimeException.createIllegalArgumentException(
SimpsonIntegrator.java 20 import org.apache.commons.math.MathRuntimeException;
107 throw MathRuntimeException.createIllegalArgumentException(
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
DescriptiveStatistics.java 23 import org.apache.commons.math.MathRuntimeException;
324 throw MathRuntimeException.createIllegalArgumentException(
403 throw MathRuntimeException.createIllegalArgumentException(
407 throw MathRuntimeException.createIllegalArgumentException(
411 throw MathRuntimeException.createIllegalArgumentException(e3.getCause());
586 throw MathRuntimeException.createIllegalArgumentException(
590 throw MathRuntimeException.createIllegalArgumentException(
594 throw MathRuntimeException.createIllegalArgumentException(e3.getCause());
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/direct/
DirectSearchOptimizer.java 24 import org.apache.commons.math.MathRuntimeException;
149 throw MathRuntimeException.createIllegalArgumentException(
173 throw MathRuntimeException.createIllegalArgumentException(
186 throw MathRuntimeException.createIllegalArgumentException(
199 throw MathRuntimeException.createIllegalArgumentException(
359 throw MathRuntimeException.createIllegalArgumentException(
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
OpenIntToDoubleHashMap.java 26 import org.apache.commons.math.MathRuntimeException;
530 throw MathRuntimeException.createConcurrentModificationException(LocalizedFormats.MAP_MODIFIED_WHILE_ITERATING);
533 throw MathRuntimeException.createNoSuchElementException(LocalizedFormats.ITERATOR_EXHAUSTED);
547 throw MathRuntimeException.createConcurrentModificationException(LocalizedFormats.MAP_MODIFIED_WHILE_ITERATING);
550 throw MathRuntimeException.createNoSuchElementException(LocalizedFormats.ITERATOR_EXHAUSTED);
564 throw MathRuntimeException.createConcurrentModificationException(LocalizedFormats.MAP_MODIFIED_WHILE_ITERATING);
578 throw MathRuntimeException.createNoSuchElementException(LocalizedFormats.ITERATOR_EXHAUSTED);
OpenIntToFieldHashMap.java 28 import org.apache.commons.math.MathRuntimeException;
542 throw MathRuntimeException.createConcurrentModificationException(LocalizedFormats.MAP_MODIFIED_WHILE_ITERATING);
545 throw MathRuntimeException.createNoSuchElementException(LocalizedFormats.ITERATOR_EXHAUSTED);
559 throw MathRuntimeException.createConcurrentModificationException(LocalizedFormats.MAP_MODIFIED_WHILE_ITERATING);
562 throw MathRuntimeException.createNoSuchElementException(LocalizedFormats.ITERATOR_EXHAUSTED);
576 throw MathRuntimeException.createConcurrentModificationException(LocalizedFormats.MAP_MODIFIED_WHILE_ITERATING);
590 throw MathRuntimeException.createNoSuchElementException(LocalizedFormats.ITERATOR_EXHAUSTED);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/
StatUtils.java 19 import org.apache.commons.math.MathRuntimeException;
570 throw MathRuntimeException.createIllegalArgumentException(
574 throw MathRuntimeException.createIllegalArgumentException(
618 throw MathRuntimeException.createIllegalArgumentException(
622 throw MathRuntimeException.createIllegalArgumentException(

Completed in 420 milliseconds

12 3 4 5