Searched refs:createIllegalArgumentException (Results 51 - 75 of 85) sorted by relevance

1234

/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/
H A DTrapezoidIntegrator.java137 throw MathRuntimeException.createIllegalArgumentException(
H A DLegendreGaussIntegrator.java150 throw MathRuntimeException.createIllegalArgumentException(
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
H A DNewtonSolver.java179 throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.FUNCTION_NOT_DIFFERENTIABLE);
H A DSecantSolver.java177 throw MathRuntimeException.createIllegalArgumentException(
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
H A DNormalDistributionImpl.java143 throw MathRuntimeException.createIllegalArgumentException(
H A DPoissonDistributionImpl.java172 throw MathRuntimeException.createIllegalArgumentException(
H A DTDistributionImpl.java92 throw MathRuntimeException.createIllegalArgumentException(
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/
H A DPolynomialFunctionLagrangeForm.java295 throw MathRuntimeException.createIllegalArgumentException(
300 throw MathRuntimeException.createIllegalArgumentException(
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
H A DComplexFormat.java196 throw MathRuntimeException.createIllegalArgumentException(
353 throw MathRuntimeException.createIllegalArgumentException(
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/
H A DFrequency.java117 throw MathRuntimeException.createIllegalArgumentException(
147 throw MathRuntimeException.createIllegalArgumentException(
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/correlation/
H A DPearsonsCorrelation.java233 throw MathRuntimeException.createIllegalArgumentException(
280 throw MathRuntimeException.createIllegalArgumentException(
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/rank/
H A DPercentile.java261 throw MathRuntimeException.createIllegalArgumentException(
465 throw MathRuntimeException.createIllegalArgumentException(
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DMatrixUtils.java356 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(
H A DEigenDecompositionImpl.java295 throw MathRuntimeException.createIllegalArgumentException(
337 throw MathRuntimeException.createIllegalArgumentException(
380 .createIllegalArgumentException(
H A DFieldLUDecompositionImpl.java266 throw MathRuntimeException.createIllegalArgumentException(
312 throw MathRuntimeException.createIllegalArgumentException(
368 throw MathRuntimeException.createIllegalArgumentException(
H A DRealVectorFormat.java249 throw MathRuntimeException.createIllegalArgumentException(
H A DQRDecompositionImpl.java294 throw MathRuntimeException.createIllegalArgumentException(
365 throw MathRuntimeException.createIllegalArgumentException(
H A DArrayFieldVector.java98 throw MathRuntimeException.createIllegalArgumentException(
138 throw MathRuntimeException.createIllegalArgumentException(
171 throw MathRuntimeException.createIllegalArgumentException(
267 throw MathRuntimeException.createIllegalArgumentException(
281 throw MathRuntimeException.createIllegalArgumentException(
785 throw MathRuntimeException.createIllegalArgumentException(
H A DSingularValueDecompositionImpl.java222 throw MathRuntimeException.createIllegalArgumentException(
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
H A DSmoothingBicubicSplineInterpolator.java55 throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.NO_DATA);
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
H A DBigFractionFormat.java177 throw MathRuntimeException.createIllegalArgumentException(
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
H A DMultistepIntegrator.java118 throw MathRuntimeException.createIllegalArgumentException(
/external/apache-commons-math/src/main/java/org/apache/commons/math/transform/
H A DFastCosineTransformer.java225 throw MathRuntimeException.createIllegalArgumentException(
H A DFastSineTransformer.java219 throw MathRuntimeException.createIllegalArgumentException(
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
H A DVector3DFormat.java245 throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.CANNOT_FORMAT_INSTANCE_AS_3D_VECTOR,

Completed in 183 milliseconds

1234