HomeSort by relevance Sort by last modified time
    Searched defs:apache (Results 301 - 325 of 3298) sorted by null

<<11121314151617181920>>

  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
MidpointIntegrator.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
18 package org.apache.commons.math.ode.nonstiff;
ThreeEighthesIntegrator.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
18 package org.apache.commons.math.ode.nonstiff;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
FixedStepHandler.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
18 package org.apache.commons.math.ode.sampling;
20 import org.apache.commons.math.ode.DerivativeException;
StepHandler.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
18 package org.apache.commons.math.ode.sampling;
20 import org.apache.commons.math.ode.DerivativeException;
35 * @see org.apache.commons.math.ode.FirstOrderIntegrator
36 * @see org.apache.commons.math.ode.SecondOrderIntegrator
67 * {@link org.apache.commons.math.ode.ContinuousOutputModel
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
GoalType.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
18 package org.apache.commons.math.optimization;
OptimizationException.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
18 package org.apache.commons.math.optimization;
20 import org.apache.commons.math.ConvergenceException;
21 import org.apache.commons.math.exception.util.DummyLocalizable;
22 import org.apache.commons.math.exception.util.Localizable;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
ParametricRealFunction.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
18 package org.apache.commons.math.optimization.fitting;
20 import org.apache.commons.math.FunctionEvaluationException;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
ConjugateGradientFormula.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
18 package org.apache.commons.math.optimization.general;
Preconditioner.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
18 package org.apache.commons.math.optimization.general;
20 import org.apache.commons.math.FunctionEvaluationException;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
NoFeasibleSolutionException.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
18 package org.apache.commons.math.optimization.linear;
20 import org.apache.commons.math.exception.util.LocalizedFormats;
21 import org.apache.commons.math.optimization.OptimizationException;
UnboundedSolutionException.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
18 package org.apache.commons.math.optimization.linear;
20 import org.apache.commons.math.exception.util.LocalizedFormats;
21 import org.apache.commons.math.optimization.OptimizationException;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
GaussianRandomGenerator.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
18 package org.apache.commons.math.random;
JDKRandomGenerator.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
17 package org.apache.commons.math.random;
UniformRandomGenerator.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
18 package org.apache.commons.math.random;
20 import org.apache.commons.math.util.FastMath;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/special/
Erf.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
17 package org.apache.commons.math.special;
19 import org.apache.commons.math.MathException;
20 import org.apache.commons.math.util.FastMath;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/
Clusterable.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
18 package org.apache.commons.math.stat.clustering;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
UnivariateStatistic.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
17 package org.apache.commons.math.stat.descriptive;
WeightedEvaluation.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
17 package org.apache.commons.math.stat.descriptive;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/rank/
Median.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
17 package org.apache.commons.math.stat.descriptive.rank;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
ChiSquareTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
17 package org.apache.commons.math.stat.inference;
19 import org.apache.commons.math.MathException;
OneWayAnova.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
17 package org.apache.commons.math.stat.inference;
19 import org.apache.commons.math.MathException;
28 * the {@link org.apache.commons.math.stat.inference.TTest}.
UnknownDistributionChiSquareTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
17 package org.apache.commons.math.stat.inference;
19 import org.apache.commons.math.MathException;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/ranking/
RankingAlgorithm.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
18 package org.apache.commons.math.stat.ranking;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/transform/
RealTransformer.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
17 package org.apache.commons.math.transform;
19 import org.apache.commons.math.FunctionEvaluationException;
20 import org.apache.commons.math.analysis.UnivariateRealFunction;
28 * interface since it produces {@link org.apache.commons.math.complex.Complex complex}
  /external/apache-harmony/beans/src/test/support/java/org/apache/harmony/beans/tests/support/
NonSerializablePropertyChangeListener.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
21 package org.apache.harmony.beans.tests.support;

Completed in 387 milliseconds

<<11121314151617181920>>