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

1 2 34 5

  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
LUDecompositionImpl.java 20 import org.apache.commons.math.MathRuntimeException;
266 throw MathRuntimeException.createIllegalArgumentException(
310 throw MathRuntimeException.createIllegalArgumentException(
364 throw MathRuntimeException.createIllegalArgumentException(
AbstractRealMatrix.java 20 import org.apache.commons.math.MathRuntimeException;
60 throw MathRuntimeException.createIllegalArgumentException(
64 throw MathRuntimeException.createIllegalArgumentException(
314 throw MathRuntimeException.createIllegalArgumentException(
356 throw MathRuntimeException.createIllegalArgumentException(
378 throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_ROW);
383 throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_COLUMN);
388 throw MathRuntimeException.createIllegalArgumentException(
680 throw MathRuntimeException.createIllegalArgumentException(
707 throw MathRuntimeException.createIllegalArgumentException
    [all...]
MatrixUtils.java 29 import org.apache.commons.math.MathRuntimeException;
356 throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_COLUMN);
455 throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_ROW);
619 throw MathRuntimeException.createIllegalArgumentException(
636 throw MathRuntimeException.createIllegalArgumentException(
652 throw MathRuntimeException.createIllegalArgumentException(
    [all...]
QRDecompositionImpl.java 22 import org.apache.commons.math.MathRuntimeException;
294 throw MathRuntimeException.createIllegalArgumentException(
365 throw MathRuntimeException.createIllegalArgumentException(
EigenDecompositionImpl.java 20 import org.apache.commons.math.MathRuntimeException;
295 throw MathRuntimeException.createIllegalArgumentException(
337 throw MathRuntimeException.createIllegalArgumentException(
379 throw MathRuntimeException
FieldLUDecompositionImpl.java 24 import org.apache.commons.math.MathRuntimeException;
266 throw MathRuntimeException.createIllegalArgumentException(
312 throw MathRuntimeException.createIllegalArgumentException(
368 throw MathRuntimeException.createIllegalArgumentException(
SingularValueDecompositionImpl.java 20 import org.apache.commons.math.MathRuntimeException;
222 throw MathRuntimeException.createIllegalArgumentException(
ArrayFieldVector.java 25 import org.apache.commons.math.MathRuntimeException;
98 throw MathRuntimeException.createIllegalArgumentException(
138 throw MathRuntimeException.createIllegalArgumentException(
171 throw MathRuntimeException.createIllegalArgumentException(
267 throw MathRuntimeException.createIllegalArgumentException(
281 throw MathRuntimeException.createIllegalArgumentException(
785 throw MathRuntimeException.createIllegalArgumentException(
ArrayRealVector.java 23 import org.apache.commons.math.MathRuntimeException;
108 throw MathRuntimeException.createIllegalArgumentException(
134 throw MathRuntimeException.createIllegalArgumentException(
902 throw MathRuntimeException.createArithmeticException(LocalizedFormats.ZERO_NORM);
912 throw MathRuntimeException.createArithmeticException(LocalizedFormats.CANNOT_NORMALIZE_A_ZERO_NORM_VECTOR);
    [all...]
BlockFieldMatrix.java 24 import org.apache.commons.math.MathRuntimeException;
175 throw MathRuntimeException.createIllegalArgumentException(
223 throw MathRuntimeException.createIllegalArgumentException(
    [all...]
BlockRealMatrix.java 23 import org.apache.commons.math.MathRuntimeException;
172 throw MathRuntimeException.createIllegalArgumentException(
218 throw MathRuntimeException.createIllegalArgumentException(
    [all...]
SparseFieldVector.java 24 import org.apache.commons.math.MathRuntimeException;
567 throw MathRuntimeException.createIllegalArgumentException(
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
TTestImpl.java 20 import org.apache.commons.math.MathRuntimeException;
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
Vector3DFormat.java 26 import org.apache.commons.math.MathRuntimeException;
245 throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.CANNOT_FORMAT_INSTANCE_AS_3D_VECTOR,
261 throw MathRuntimeException.createParseException(
Vector3D.java 22 import org.apache.commons.math.MathRuntimeException;
288 throw MathRuntimeException.createArithmeticException(LocalizedFormats.CANNOT_NORMALIZE_A_ZERO_NORM_VECTOR);
312 throw MathRuntimeException.createArithmeticException(LocalizedFormats.ZERO_NORM);
342 throw MathRuntimeException.createArithmeticException(LocalizedFormats.ZERO_NORM);
Rotation.java 22 import org.apache.commons.math.MathRuntimeException;
177 throw MathRuntimeException.createArithmeticException(LocalizedFormats.ZERO_NORM_FOR_ROTATION_AXIS);
321 throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.ZERO_NORM_FOR_ROTATION_DEFINING_VECTOR);
452 throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.ZERO_NORM_FOR_ROTATION_DEFINING_VECTOR);
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
MultiStartUnivariateRealOptimizer.java 22 import org.apache.commons.math.MathRuntimeException;
195 throw MathRuntimeException.createIllegalStateException(LocalizedFormats.NO_OPTIMUM_COMPUTED_YET);
221 throw MathRuntimeException.createIllegalStateException(LocalizedFormats.NO_OPTIMUM_COMPUTED_YET);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/
Frequency.java 25 import org.apache.commons.math.MathRuntimeException;
117 throw MathRuntimeException.createIllegalArgumentException(
147 throw MathRuntimeException.createIllegalArgumentException(
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/correlation/
PearsonsCorrelation.java 20 import org.apache.commons.math.MathRuntimeException;
233 throw MathRuntimeException.createIllegalArgumentException(
280 throw MathRuntimeException.createIllegalArgumentException(
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/rank/
Percentile.java 22 import org.apache.commons.math.MathRuntimeException;
261 throw MathRuntimeException.createIllegalArgumentException(
465 throw MathRuntimeException.createIllegalArgumentException(
  /external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
BigFraction.java 24 import org.apache.commons.math.MathRuntimeException;
123 throw MathRuntimeException.createArithmeticException(LocalizedFormats.ZERO_DENOMINATOR);
173 throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.NAN_VALUE_CONVERSION);
176 throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.INFINITE_VALUE_CONVERSION);
614 throw MathRuntimeException.createArithmeticException(LocalizedFormats.ZERO_DENOMINATOR);
667 throw MathRuntimeException.createArithmeticException(LocalizedFormats.ZERO_DENOMINATOR);
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/regression/
SimpleRegression.java 22 import org.apache.commons.math.MathRuntimeException;
566 throw MathRuntimeException.createIllegalArgumentException(
  /external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
Complex.java 25 import org.apache.commons.math.MathRuntimeException;
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
MultivariateSummaryStatistics.java 23 import org.apache.commons.math.MathRuntimeException;
619 throw MathRuntimeException.createIllegalStateException(
SummaryStatistics.java 21 import org.apache.commons.math.MathRuntimeException;
632 throw MathRuntimeException.createIllegalStateException(

Completed in 558 milliseconds

1 2 34 5