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

1 23 4 5

  /external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
BigFractionFormat.java 28 import org.apache.commons.math.MathRuntimeException;
177 throw MathRuntimeException.createIllegalArgumentException(
196 throw MathRuntimeException.createParseException(
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
RealVectorFormat.java 28 import org.apache.commons.math.MathRuntimeException;
249 throw MathRuntimeException.createIllegalArgumentException(
266 throw MathRuntimeException.createParseException(
AbstractFieldMatrix.java 25 import org.apache.commons.math.MathRuntimeException;
70 throw MathRuntimeException.createIllegalArgumentException(
74 throw MathRuntimeException.createIllegalArgumentException(
90 throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_ROW);
93 throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_COLUMN);
108 throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_ROW);
340 throw MathRuntimeException.createIllegalArgumentException(
382 throw MathRuntimeException.createIllegalArgumentException(
404 throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_ROW);
409 throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_COLUMN)
    [all...]
Array2DRowFieldMatrix.java 24 import org.apache.commons.math.MathRuntimeException;
116 throw MathRuntimeException.createIllegalArgumentException(
121 throw MathRuntimeException.createIllegalArgumentException(
126 throw MathRuntimeException.createIllegalArgumentException(
311 throw MathRuntimeException.createIllegalStateException(
315 throw MathRuntimeException.createIllegalStateException(
320 throw MathRuntimeException.createIllegalArgumentException(
326 throw MathRuntimeException.createIllegalArgumentException(
332 throw MathRuntimeException.createIllegalArgumentException(
410 throw MathRuntimeException.createIllegalArgumentException
    [all...]
CholeskyDecompositionImpl.java 20 import org.apache.commons.math.MathRuntimeException;
216 throw MathRuntimeException.createIllegalArgumentException(
255 throw MathRuntimeException.createIllegalArgumentException(
304 throw MathRuntimeException.createIllegalArgumentException(
  /external/apache-commons-math/src/main/java/org/apache/commons/math/
MathRuntimeException.java 40 public class MathRuntimeException extends RuntimeException implements MathThrowable {
56 * Constructs a new <code>MathRuntimeException</code> with specified
61 * @deprecated as of 2.2 replaced by {@link #MathRuntimeException(Localizable, Object...)}
64 public MathRuntimeException(final String pattern, final Object ... arguments) {
69 * Constructs a new <code>MathRuntimeException</code> with specified
76 public MathRuntimeException(final Localizable pattern, final Object ... arguments) {
82 * Constructs a new <code>MathRuntimeException</code> with specified
88 public MathRuntimeException(final Throwable rootCause) {
95 * Constructs a new <code>MathRuntimeException</code> with specified
102 * @deprecated as of 2.2 replaced by {@link #MathRuntimeException(Throwable, Localizable, Object...)
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/
TrapezoidIntegrator.java 20 import org.apache.commons.math.MathRuntimeException;
137 throw MathRuntimeException.createIllegalArgumentException(
LegendreGaussIntegrator.java 21 import org.apache.commons.math.MathRuntimeException;
150 throw MathRuntimeException.createIllegalArgumentException(
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
NewtonSolver.java 21 import org.apache.commons.math.MathRuntimeException;
179 throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.FUNCTION_NOT_DIFFERENTIABLE);
BrentSolver.java 21 import org.apache.commons.math.MathRuntimeException;
135 throw MathRuntimeException.createIllegalArgumentException(
171 throw MathRuntimeException.createIllegalArgumentException(
245 throw MathRuntimeException.createIllegalArgumentException(
LaguerreSolver.java 21 import org.apache.commons.math.MathRuntimeException;
65 throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.FUNCTION_NOT_POLYNOMIAL);
223 throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.FUNCTION_NOT_POLYNOMIAL);
317 throw MathRuntimeException.createIllegalArgumentException(
366 throw MathRuntimeException.createIllegalArgumentException(
SecantSolver.java 21 import org.apache.commons.math.MathRuntimeException;
177 throw MathRuntimeException.createIllegalArgumentException(
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
NormalDistributionImpl.java 23 import org.apache.commons.math.MathRuntimeException;
143 throw MathRuntimeException.createIllegalArgumentException(
PoissonDistributionImpl.java 22 import org.apache.commons.math.MathRuntimeException;
172 throw MathRuntimeException.createIllegalArgumentException(
TDistributionImpl.java 22 import org.apache.commons.math.MathRuntimeException;
92 throw MathRuntimeException.createIllegalArgumentException(
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
MultiStartDifferentiableMultivariateRealOptimizer.java 24 import org.apache.commons.math.MathRuntimeException;
121 throw MathRuntimeException.createIllegalStateException(LocalizedFormats.NO_OPTIMUM_COMPUTED_YET);
MultiStartMultivariateRealOptimizer.java 24 import org.apache.commons.math.MathRuntimeException;
116 throw MathRuntimeException.createIllegalStateException(LocalizedFormats.NO_OPTIMUM_COMPUTED_YET);
MultiStartDifferentiableMultivariateVectorialOptimizer.java 23 import org.apache.commons.math.MathRuntimeException;
125 throw MathRuntimeException.createIllegalStateException(LocalizedFormats.NO_OPTIMUM_COMPUTED_YET);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/
PolynomialFunctionLagrangeForm.java 20 import org.apache.commons.math.MathRuntimeException;
253 throw MathRuntimeException.createArithmeticException(
295 throw MathRuntimeException.createIllegalArgumentException(
300 throw MathRuntimeException.createIllegalArgumentException(
  /external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
ComplexFormat.java 26 import org.apache.commons.math.MathRuntimeException;
196 throw MathRuntimeException.createIllegalArgumentException(
258 throw MathRuntimeException.createParseException(
353 throw MathRuntimeException.createIllegalArgumentException(
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
ContinuousOutputModel.java 24 import org.apache.commons.math.MathRuntimeException;
139 throw MathRuntimeException.createIllegalArgumentException(
145 throw MathRuntimeException.createIllegalArgumentException(
155 throw MathRuntimeException.createIllegalArgumentException(
MultistepIntegrator.java 20 import org.apache.commons.math.MathRuntimeException;
118 throw MathRuntimeException.createIllegalArgumentException(
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
SmoothingBicubicSplineInterpolator.java 20 import org.apache.commons.math.MathRuntimeException;
55 throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.NO_DATA);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/transform/
FastCosineTransformer.java 20 import org.apache.commons.math.MathRuntimeException;
225 throw MathRuntimeException.createIllegalArgumentException(
FastSineTransformer.java 20 import org.apache.commons.math.MathRuntimeException;
219 throw MathRuntimeException.createIllegalArgumentException(

Completed in 924 milliseconds

1 23 4 5