HomeSort by relevance Sort by last modified time
    Searched defs:commons (Results 176 - 200 of 713) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
NullWriter.java 17 package org.apache.commons.io.output;
  /external/guice/extensions/struts2/lib/
commons-fileupload-1.2.1.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-fileupload-1.2.1.jar 
  /external/apache-commons-math/src/main/java/org/apache/commons/math/
ConvergingAlgorithm.java 17 package org.apache.commons.math;
31 * currently is also contained in {@link org.apache.commons.math.optimization.SimpleRealPointChecker}
106 * like {@link org.apache.commons.math.util.MathUtils#SAFE_MIN MathUtils.SAFE_MIN}.</p>
DimensionMismatchException.java 17 package org.apache.commons.math;
19 import org.apache.commons.math.exception.util.LocalizedFormats;
27 * {@link org.apache.commons.math.exception}.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
BinaryFunction.java 18 package org.apache.commons.math.analysis;
20 import org.apache.commons.math.FunctionEvaluationException;
21 import org.apache.commons.math.util.FastMath;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/
UnivariateRealIntegrator.java 17 package org.apache.commons.math.analysis.integration;
19 import org.apache.commons.math.ConvergenceException;
20 import org.apache.commons.math.ConvergingAlgorithm;
21 import org.apache.commons.math.FunctionEvaluationException;
22 import org.apache.commons.math.analysis.UnivariateRealFunction;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
LinearInterpolator.java 17 package org.apache.commons.math.analysis.interpolation;
19 import org.apache.commons.math.exception.DimensionMismatchException;
20 import org.apache.commons.math.exception.util.LocalizedFormats;
21 import org.apache.commons.math.exception.NumberIsTooSmallException;
22 import org.apache.commons.math.analysis.polynomials.PolynomialFunction;
23 import org.apache.commons.math.analysis.polynomials.PolynomialSplineFunction;
24 import org.apache.commons.math.util.MathUtils;
39 * @throws org.apache.commons.math.exception.NonMonotonousSequenceException
MicrosphereInterpolator.java 17 package org.apache.commons.math.analysis.interpolation;
19 import org.apache.commons.math.MathException;
20 import org.apache.commons.math.analysis.MultivariateRealFunction;
21 import org.apache.commons.math.exception.NotPositiveException;
22 import org.apache.commons.math.exception.NotStrictlyPositiveException;
23 import org.apache.commons.math.random.UnitSphereRandomVectorGenerator;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
BisectionSolver.java 17 package org.apache.commons.math.analysis.solvers;
19 import org.apache.commons.math.FunctionEvaluationException;
20 import org.apache.commons.math.MaxIterationsExceededException;
21 import org.apache.commons.math.analysis.UnivariateRealFunction;
22 import org.apache.commons.math.util.FastMath;
UnivariateRealSolver.java 17 package org.apache.commons.math.analysis.solvers;
19 import org.apache.commons.math.ConvergenceException;
20 import org.apache.commons.math.ConvergingAlgorithm;
21 import org.apache.commons.math.FunctionEvaluationException;
22 import org.apache.commons.math.analysis.UnivariateRealFunction;
UnivariateRealSolverFactory.java 17 package org.apache.commons.math.analysis.solvers;
UnivariateRealSolverFactoryImpl.java 17 package org.apache.commons.math.analysis.solvers;
21 * used by commons-math.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
ComplexField.java 18 package org.apache.commons.math.complex;
22 import org.apache.commons.math.Field;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
AbstractDistribution.java 17 package org.apache.commons.math.distribution;
21 import org.apache.commons.math.MathException;
22 import org.apache.commons.math.MathRuntimeException;
23 import org.apache.commons.math.exception.util.LocalizedFormats;
BetaDistribution.java 17 package org.apache.commons.math.distribution;
19 import org.apache.commons.math.MathException;
GammaDistribution.java 17 package org.apache.commons.math.distribution;
HypergeometricDistribution.java 18 package org.apache.commons.math.distribution;
NormalDistribution.java 18 package org.apache.commons.math.distribution;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
EstimatedParameter.java 18 package org.apache.commons.math.estimation;
32 * @deprecated as of 2.0, everything in package org.apache.commons.math.estimation has
33 * been deprecated and replaced by package org.apache.commons.math.optimization.general
SimpleEstimationProblem.java 18 package org.apache.commons.math.estimation;
40 * @deprecated as of 2.0, everything in package org.apache.commons.math.estimation has
41 * been deprecated and replaced by package org.apache.commons.math.optimization.general
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
MathIllegalArgumentException.java 17 package org.apache.commons.math.exception;
21 import org.apache.commons.math.exception.util.ArgUtils;
22 import org.apache.commons.math.exception.util.MessageFactory;
23 import org.apache.commons.math.exception.util.Localizable;
MathIllegalStateException.java 17 package org.apache.commons.math.exception;
21 import org.apache.commons.math.exception.util.ArgUtils;
22 import org.apache.commons.math.exception.util.MessageFactory;
23 import org.apache.commons.math.exception.util.Localizable;
MathThrowable.java 17 package org.apache.commons.math.exception;
21 import org.apache.commons.math.exception.util.Localizable;
24 * Interface for commons-math throwables.
MathUnsupportedOperationException.java 17 package org.apache.commons.math.exception;
21 import org.apache.commons.math.exception.util.ArgUtils;
22 import org.apache.commons.math.exception.util.MessageFactory;
23 import org.apache.commons.math.exception.util.Localizable;
24 import org.apache.commons.math.exception.util.LocalizedFormats;

Completed in 304 milliseconds

1 2 3 4 5 6 78 91011>>