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

<<11121314151617181920>>

  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
PoissonDistribution.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.distribution;
19 import org.apache.commons.math.MathException;
TDistribution.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.distribution;
WeibullDistribution.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.distribution;
ZipfDistribution.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.distribution;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
EstimationException.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.estimation;
20 import org.apache.commons.math.MathException;
21 import org.apache.commons.math.exception.util.DummyLocalizable;
22 import org.apache.commons.math.exception.util.Localizable;
29 * @deprecated as of 2.0, everything in package org.apache.commons.math.estimation has
30 * been deprecated and replaced by package org.apache.commons.math.optimization.general
EstimationProblem.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.estimation;
43 * @deprecated as of 2.0, everything in package org.apache.commons.math.estimation has
44 * been deprecated and replaced by package org.apache.commons.math.optimization.general
Estimator.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.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
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
ConvergenceException.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.exception;
19 import org.apache.commons.math.exception.util.Localizable;
20 import org.apache.commons.math.exception.util.LocalizedFormats;
DimensionMismatchException.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.exception;
19 import org.apache.commons.math.exception.util.LocalizedFormats;
MathIllegalNumberException.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.exception;
19 import org.apache.commons.math.exception.util.Localizable;
MathInternalError.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.exception;
19 import org.apache.commons.math.exception.util.LocalizedFormats;
33 private static final String REPORT_URL = "https://issues.apache.org/jira/browse/MATH";
NoDataException.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.exception;
19 import org.apache.commons.math.exception.util.Localizable;
20 import org.apache.commons.math.exception.util.LocalizedFormats;
NotPositiveException.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.exception;
19 import org.apache.commons.math.exception.util.Localizable;
NotStrictlyPositiveException.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.exception;
19 import org.apache.commons.math.exception.util.Localizable;
NullArgumentException.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.exception;
19 import org.apache.commons.math.exception.util.Localizable;
20 import org.apache.commons.math.exception.util.LocalizedFormats;
ZeroException.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.exception;
19 import org.apache.commons.math.exception.util.Localizable;
20 import org.apache.commons.math.exception.util.LocalizedFormats;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
ArgUtils.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.exception.util;
Localizable.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.exception.util;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
FractionConversionException.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.fraction;
20 import org.apache.commons.math.ConvergenceException;
21 import org.apache.commons.math.exception.util.LocalizedFormats;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
BinaryChromosome.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.genetics;
FixedGenerationCount.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.genetics;
InvalidRepresentationException.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.genetics;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
NotARotationMatrixException.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.geometry;
20 import org.apache.commons.math.MathException;
21 import org.apache.commons.math.exception.util.Localizable;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
AnyMatrix.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.linear;
CholeskyDecomposition.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.linear;

Completed in 114 milliseconds

<<11121314151617181920>>