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

<<11121314151617181920>>

  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
DemuxInputStream.java 17 package org.apache.commons.io.input;
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
CountingOutputStream.java 17 package org.apache.commons.io.output;
132 * @since Commons IO 1.3
146 * @since Commons IO 1.3
ProxyOutputStream.java 17 package org.apache.commons.io.output;
ProxyWriter.java 17 package org.apache.commons.io.output;
  /external/guice/extensions/persist/lib/
commons-collections.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/commons/commons-exec/1.2/
commons-exec-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-exec/1.1/
commons-exec-1.1.jar 
  /external/apache-commons-math/src/main/java/org/apache/commons/math/
MathException.java 17 package org.apache.commons.math;
24 import org.apache.commons.math.exception.MathThrowable;
25 import org.apache.commons.math.exception.util.DummyLocalizable;
26 import org.apache.commons.math.exception.util.Localizable;
27 import org.apache.commons.math.exception.util.LocalizedFormats;
31 * Base class for commons-math checked exceptions.
35 * Adapted from <a href="http://commons.apache.org/collections/api-release/org/apache/commons/collections/FunctorException.html"/>.</p>
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
DividedDifferenceInterpolator.java 17 package org.apache.commons.math.analysis.interpolation;
21 import org.apache.commons.math.DuplicateSampleAbscissaException;
22 import org.apache.commons.math.analysis.polynomials.PolynomialFunctionLagrangeForm;
23 import org.apache.commons.math.analysis.polynomials.PolynomialFunctionNewtonForm;
SplineInterpolator.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;
62 * @throws org.apache.commons.math.exception.NonMonotonousSequenceException
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
NewtonSolver.java 18 package org.apache.commons.math.analysis.solvers;
20 import org.apache.commons.math.FunctionEvaluationException;
21 import org.apache.commons.math.MathRuntimeException;
22 import org.apache.commons.math.MaxIterationsExceededException;
23 import org.apache.commons.math.analysis.DifferentiableUnivariateRealFunction;
24 import org.apache.commons.math.analysis.UnivariateRealFunction;
25 import org.apache.commons.math.exception.util.LocalizedFormats;
26 import org.apache.commons.math.util.FastMath;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
WeightedMeasurement.java 18 package org.apache.commons.math.estimation;
49 * @deprecated as of 2.0, everything in package org.apache.commons.math.estimation has
50 * been deprecated and replaced by package org.apache.commons.math.optimization.general
  /external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
ListPopulation.java 17 package org.apache.commons.math.genetics;
23 import org.apache.commons.math.exception.util.LocalizedFormats;
24 import org.apache.commons.math.exception.NotPositiveException;
25 import org.apache.commons.math.exception.NumberIsTooLargeException;
OnePointCrossover.java 17 package org.apache.commons.math.genetics;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
SingularValueDecomposition.java 18 package org.apache.commons.math.linear;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
FirstOrderConverter.java 18 package org.apache.commons.math.ode;
20 import org.apache.commons.math.ode.DerivativeException;
ODEIntegrator.java 18 package org.apache.commons.math.ode;
22 import org.apache.commons.math.ode.events.EventHandler;
23 import org.apache.commons.math.ode.sampling.StepHandler;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
StepInterpolatorWithJacobians.java 18 package org.apache.commons.math.ode.jacobians;
22 import org.apache.commons.math.ode.DerivativeException;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
HighamHall54Integrator.java 18 package org.apache.commons.math.ode.nonstiff;
20 import org.apache.commons.math.util.FastMath;
RungeKuttaStepInterpolator.java 18 package org.apache.commons.math.ode.nonstiff;
24 import org.apache.commons.math.ode.AbstractIntegrator;
25 import org.apache.commons.math.ode.sampling.AbstractStepInterpolator;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
DummyStepInterpolator.java 18 package org.apache.commons.math.ode.sampling;
53 * org.apache.commons.math.ode.nonstiff.EmbeddedRungeKuttaIntegrator} uses
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
LeastSquaresConverter.java 18 package org.apache.commons.math.optimization;
20 import org.apache.commons.math.FunctionEvaluationException;
21 import org.apache.commons.math.MathRuntimeException;
22 import org.apache.commons.math.analysis.MultivariateRealFunction;
23 import org.apache.commons.math.analysis.MultivariateVectorialFunction;
24 import org.apache.commons.math.exception.util.LocalizedFormats;
25 import org.apache.commons.math.linear.RealMatrix;
SimpleVectorialPointChecker.java 18 package org.apache.commons.math.optimization;
20 import org.apache.commons.math.util.FastMath;
21 import org.apache.commons.math.util.MathUtils;
SimpleVectorialValueChecker.java 18 package org.apache.commons.math.optimization;
20 import org.apache.commons.math.util.FastMath;
21 import org.apache.commons.math.util.MathUtils;

Completed in 930 milliseconds

<<11121314151617181920>>