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

<<11121314151617181920>>

  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DecompositionSolver.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;
DefaultFieldMatrixChangingVisitor.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;
20 import org.apache.commons.math.FieldElement;
21 import org.apache.commons.math.linear.MatrixVisitorException;
DefaultFieldMatrixPreservingVisitor.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;
20 import org.apache.commons.math.FieldElement;
21 import org.apache.commons.math.linear.MatrixVisitorException;
DefaultRealMatrixChangingVisitor.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;
20 import org.apache.commons.math.linear.MatrixVisitorException;
DefaultRealMatrixPreservingVisitor.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;
20 import org.apache.commons.math.linear.MatrixVisitorException;
FieldDecompositionSolver.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;
20 import org.apache.commons.math.FieldElement;
FieldMatrixChangingVisitor.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;
20 import org.apache.commons.math.FieldElement;
21 import org.apache.commons.math.linear.MatrixVisitorException;
FieldMatrixPreservingVisitor.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;
20 import org.apache.commons.math.FieldElement;
21 import org.apache.commons.math.linear.MatrixVisitorException;
InvalidMatrixException.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;
20 import org.apache.commons.math.MathRuntimeException;
21 import org.apache.commons.math.exception.util.DummyLocalizable;
22 import org.apache.commons.math.exception.util.Localizable;
MatrixIndexException.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;
20 import org.apache.commons.math.MathRuntimeException;
21 import org.apache.commons.math.exception.util.DummyLocalizable;
22 import org.apache.commons.math.exception.util.Localizable;
MatrixVisitorException.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;
20 import org.apache.commons.math.MathRuntimeException;
21 import org.apache.commons.math.exception.util.DummyLocalizable;
22 import org.apache.commons.math.exception.util.Localizable;
NonSquareMatrixException.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;
20 import org.apache.commons.math.exception.util.LocalizedFormats;
RealMatrixChangingVisitor.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;
20 import org.apache.commons.math.linear.MatrixVisitorException;
RealMatrixPreservingVisitor.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;
20 import org.apache.commons.math.linear.MatrixVisitorException;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
DerivativeException.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;
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;
FirstOrderDifferentialEquations.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;
IntegratorException.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;
20 import org.apache.commons.math.MathException;
21 import org.apache.commons.math.exception.util.Localizable;
SecondOrderDifferentialEquations.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;
20 import org.apache.commons.math.ode.DerivativeException;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
EventException.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.events;
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/ode/jacobians/
ODEWithJacobians.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.jacobians;
20 import org.apache.commons.math.ode.DerivativeException;
21 import org.apache.commons.math.ode.FirstOrderDifferentialEquations;
ParameterizedODE.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.jacobians;
20 import org.apache.commons.math.ode.FirstOrderDifferentialEquations;
StepHandlerWithJacobians.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.jacobians;
20 import org.apache.commons.math.ode.DerivativeException;
36 * org.apache.commons.math.ode.sampling.StepHandler classical step handler}
86 * {@link org.apache.commons.math.ode.ContinuousOutputModel
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
ClassicalRungeKuttaIntegrator.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;
EulerIntegrator.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;
GillIntegrator.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;
20 import org.apache.commons.math.util.FastMath;

Completed in 123 milliseconds

<<11121314151617181920>>