Searched defs:commons (Results 126 - 150 of 515) sorted by relevance

1234567891011>>

/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
H A DUnivariateRealSolverFactory.java17 package org.apache.commons.math.analysis.solvers;
H A DUnivariateRealSolverFactoryImpl.java17 package org.apache.commons.math.analysis.solvers;
21 * used by commons-math.
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
H A DComplexField.java18 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/
H A DBetaDistribution.java17 package org.apache.commons.math.distribution;
19 import org.apache.commons.math.MathException;
H A DBinomialDistribution.java17 package org.apache.commons.math.distribution;
H A DCauchyDistribution.java18 package org.apache.commons.math.distribution;
H A DChiSquaredDistribution.java17 package org.apache.commons.math.distribution;
H A DExponentialDistribution.java17 package org.apache.commons.math.distribution;
H A DFDistribution.java17 package org.apache.commons.math.distribution;
H A DGammaDistribution.java17 package org.apache.commons.math.distribution;
H A DHypergeometricDistribution.java18 package org.apache.commons.math.distribution;
H A DIntegerDistribution.java17 package org.apache.commons.math.distribution;
19 import org.apache.commons.math.MathException;
H A DNormalDistribution.java18 package org.apache.commons.math.distribution;
H A DPascalDistribution.java17 package org.apache.commons.math.distribution;
H A DPoissonDistribution.java17 package org.apache.commons.math.distribution;
19 import org.apache.commons.math.MathException;
H A DWeibullDistribution.java18 package org.apache.commons.math.distribution;
H A DZipfDistribution.java18 package org.apache.commons.math.distribution;
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
H A DEstimator.java18 package org.apache.commons.math.estimation;
35 * @deprecated as of 2.0, everything in package org.apache.commons.math.estimation has
36 * been deprecated and replaced by package org.apache.commons.math.optimization.general
H A DGaussNewtonEstimator.java18 package org.apache.commons.math.estimation;
22 import org.apache.commons.math.exception.util.LocalizedFormats;
23 import org.apache.commons.math.linear.InvalidMatrixException;
24 import org.apache.commons.math.linear.LUDecompositionImpl;
25 import org.apache.commons.math.linear.MatrixUtils;
26 import org.apache.commons.math.linear.RealMatrix;
27 import org.apache.commons.math.linear.RealVector;
28 import org.apache.commons.math.linear.ArrayRealVector;
29 import org.apache.commons.math.util.FastMath;
40 * @deprecated as of 2.0, everything in package org.apache.commons
[all...]
H A DSimpleEstimationProblem.java18 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/
H A DDimensionMismatchException.java17 package org.apache.commons.math.exception;
19 import org.apache.commons.math.exception.util.LocalizedFormats;
H A DMathIllegalNumberException.java17 package org.apache.commons.math.exception;
19 import org.apache.commons.math.exception.util.Localizable;
H A DMathThrowable.java17 package org.apache.commons.math.exception;
21 import org.apache.commons.math.exception.util.Localizable;
24 * Interface for commons-math throwables.
H A DMathUnsupportedOperationException.java17 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;
H A DNonMonotonousSequenceException.java17 package org.apache.commons.math.exception;
19 import org.apache.commons.math.util.MathUtils;
20 import org.apache.commons.math.exception.util.LocalizedFormats;

Completed in 117 milliseconds

1234567891011>>