Searched defs:commons (Results 251 - 275 of 515) sorted by relevance

<<11121314151617181920>>

/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/
H A DPolynomialSplineFunction.java17 package org.apache.commons.math.analysis.polynomials;
21 import org.apache.commons.math.ArgumentOutsideDomainException;
22 import org.apache.commons.math.MathRuntimeException;
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;
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
H A DLaguerreSolver.java17 package org.apache.commons.math.analysis.solvers;
19 import org.apache.commons.math.ConvergenceException;
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.UnivariateRealFunction;
24 import org.apache.commons.math.analysis.polynomials.PolynomialFunction;
25 import org.apache.commons.math.complex.Complex;
26 import org.apache.commons.math.exception.util.LocalizedFormats;
27 import org.apache.commons
[all...]
H A DUnivariateRealSolver.java17 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;
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
H A DDfpDec.java18 package org.apache.commons.math.dfp;
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
H A DSaddlePointExpansion.java17 package org.apache.commons.math.distribution;
19 import org.apache.commons.math.special.Gamma;
20 import org.apache.commons.math.util.FastMath;
21 import org.apache.commons.math.util.MathUtils;
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
H A DEstimatedParameter.java18 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
H A DWeightedMeasurement.java18 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/exception/
H A DMathIllegalArgumentException.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;
H A DMathIllegalStateException.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;
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
H A DProperBigFractionFormat.java17 package org.apache.commons.math.fraction;
24 import org.apache.commons.math.exception.util.LocalizedFormats;
25 import org.apache.commons.math.exception.NullArgumentException;
H A DProperFractionFormat.java17 package org.apache.commons.math.fraction;
23 import org.apache.commons.math.exception.util.LocalizedFormats;
24 import org.apache.commons.math.exception.NullArgumentException;
25 import org.apache.commons.math.util.MathUtils;
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
H A DListPopulation.java17 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;
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DDefaultFieldMatrixChangingVisitor.java18 package org.apache.commons.math.linear;
20 import org.apache.commons.math.FieldElement;
21 import org.apache.commons.math.linear.MatrixVisitorException;
H A DDefaultFieldMatrixPreservingVisitor.java18 package org.apache.commons.math.linear;
20 import org.apache.commons.math.FieldElement;
21 import org.apache.commons.math.linear.MatrixVisitorException;
H A DDefaultRealMatrixChangingVisitor.java18 package org.apache.commons.math.linear;
20 import org.apache.commons.math.linear.MatrixVisitorException;
H A DDefaultRealMatrixPreservingVisitor.java18 package org.apache.commons.math.linear;
20 import org.apache.commons.math.linear.MatrixVisitorException;
H A DEigenDecomposition.java18 package org.apache.commons.math.linear;
H A DFieldMatrixChangingVisitor.java18 package org.apache.commons.math.linear;
20 import org.apache.commons.math.FieldElement;
21 import org.apache.commons.math.linear.MatrixVisitorException;
H A DFieldMatrixPreservingVisitor.java18 package org.apache.commons.math.linear;
20 import org.apache.commons.math.FieldElement;
21 import org.apache.commons.math.linear.MatrixVisitorException;
H A DRealMatrixChangingVisitor.java18 package org.apache.commons.math.linear;
20 import org.apache.commons.math.linear.MatrixVisitorException;
H A DRealMatrixPreservingVisitor.java18 package org.apache.commons.math.linear;
20 import org.apache.commons.math.linear.MatrixVisitorException;
H A DSingularValueDecomposition.java18 package org.apache.commons.math.linear;
H A DTriDiagonalTransformer.java18 package org.apache.commons.math.linear;
22 import org.apache.commons.math.util.FastMath;
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
H A DEventHandler.java18 package org.apache.commons.math.ode.events;
73 * org.apache.commons.math.ode.FirstOrderDifferentialEquations#computeDerivatives}
108 * org.apache.commons.math.ode.FirstOrderDifferentialEquations
116 * org.apache.commons.math.ode.sampling.StepHandler#handleStep handleStep}
130 * org.apache.commons.math.ode.sampling.StepHandler StepHandler} method {@link
131 * org.apache.commons.math.ode.sampling.StepHandler#handleStep(
132 * org.apache.commons.math.ode.sampling.StepInterpolator, boolean)
139 * org.apache.commons.math.ode.sampling.StepNormalizer StepNormalizer}
144 * {@link org.apache.commons.math.ode.sampling.FixedStepHandler FixedStepHandler}
149 * org.apache.commons
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
H A DEventHandlerWithJacobians.java18 package org.apache.commons.math.ode.jacobians;
20 import org.apache.commons.math.ode.events.EventException;
49 * org.apache.commons.math.ode.events.EventHandler classical event handler}
98 * org.apache.commons.math.ode.FirstOrderDifferentialEquations#computeDerivatives}
138 * org.apache.commons.math.ode.jacobians.ODEWithJacobians
146 * org.apache.commons.math.ode.jacobians.StepHandlerWithJacobians#handleStep(
161 * org.apache.commons.math.ode.jacobians.StepHandlerWithJacobians
163 * org.apache.commons.math.ode.jacobians.StepHandlerWithJacobians#handleStep(
170 * org.apache.commons.math.ode.sampling.StepNormalizer StepNormalizer}
175 * {@link org.apache.commons
[all...]

Completed in 329 milliseconds

<<11121314151617181920>>