OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxIterationsExceededException
(Results
1 - 24
of
24
) sorted by null
/external/apache-commons-math/src/main/java/org/apache/commons/math/
MaxIterationsExceededException.java
32
public class
MaxIterationsExceededException
extends ConvergenceException {
44
public
MaxIterationsExceededException
(final int maxIterations) {
55
* @deprecated as of 2.2 replaced by {@link #
MaxIterationsExceededException
(int, Localizable, Object...)}
58
public
MaxIterationsExceededException
(final int maxIterations,
71
public
MaxIterationsExceededException
(final int maxIterations,
ConvergingAlgorithmImpl.java
145
* @throws
MaxIterationsExceededException
if the maximal number
150
throws
MaxIterationsExceededException
{
152
throw new
MaxIterationsExceededException
(maximalIterationCount);
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
BisectionSolver.java
20
import org.apache.commons.math.
MaxIterationsExceededException
;
59
throws
MaxIterationsExceededException
, FunctionEvaluationException {
66
throws
MaxIterationsExceededException
, FunctionEvaluationException {
76
throws
MaxIterationsExceededException
, FunctionEvaluationException {
83
throws
MaxIterationsExceededException
, FunctionEvaluationException {
90
throws
MaxIterationsExceededException
, FunctionEvaluationException {
101
throws
MaxIterationsExceededException
, FunctionEvaluationException {
131
throw new
MaxIterationsExceededException
(maximalIterationCount);
NewtonSolver.java
22
import org.apache.commons.math.
MaxIterationsExceededException
;
63
throws
MaxIterationsExceededException
, FunctionEvaluationException {
70
throws
MaxIterationsExceededException
, FunctionEvaluationException {
82
* @throws
MaxIterationsExceededException
if the maximum iteration count is exceeded
89
throws
MaxIterationsExceededException
, FunctionEvaluationException {
101
* @throws
MaxIterationsExceededException
if the maximum iteration count is exceeded
109
throws
MaxIterationsExceededException
, FunctionEvaluationException {
122
* @throws
MaxIterationsExceededException
if the maximum iteration count is exceeded
130
throws
MaxIterationsExceededException
, FunctionEvaluationException {
143
* @throws
MaxIterationsExceededException
if the maximum iteration count is exceede
[
all
...]
RiddersSolver.java
21
import org.apache.commons.math.
MaxIterationsExceededException
;
88
* @throws
MaxIterationsExceededException
if the maximum iteration count is exceeded
95
throws
MaxIterationsExceededException
, FunctionEvaluationException {
110
* @throws
MaxIterationsExceededException
if the maximum iteration count is exceeded
118
throws
MaxIterationsExceededException
, FunctionEvaluationException {
144
* @throws
MaxIterationsExceededException
if the maximum iteration count is exceeded
151
throws
MaxIterationsExceededException
, FunctionEvaluationException {
165
* @throws
MaxIterationsExceededException
if the maximum iteration count is exceeded
173
throws
MaxIterationsExceededException
, FunctionEvaluationException {
245
throw new
MaxIterationsExceededException
(maximalIterationCount)
[
all
...]
SecantSolver.java
22
import org.apache.commons.math.
MaxIterationsExceededException
;
91
* @throws
MaxIterationsExceededException
if the maximum iteration count is exceeded
99
throws
MaxIterationsExceededException
, FunctionEvaluationException {
112
* @throws
MaxIterationsExceededException
if the maximum iteration count is exceeded
121
throws
MaxIterationsExceededException
, FunctionEvaluationException {
132
* @throws
MaxIterationsExceededException
if the maximum iteration count is exceeded
140
throws
MaxIterationsExceededException
, FunctionEvaluationException {
151
* @throws
MaxIterationsExceededException
if the maximum iteration count is exceeded
160
throws
MaxIterationsExceededException
, FunctionEvaluationException {
227
throw new
MaxIterationsExceededException
(maximalIterationCount)
[
all
...]
BrentSolver.java
22
import org.apache.commons.math.
MaxIterationsExceededException
;
98
throws
MaxIterationsExceededException
, FunctionEvaluationException {
105
throws
MaxIterationsExceededException
, FunctionEvaluationException {
122
* @throws
MaxIterationsExceededException
the maximum iteration count is exceeded
131
throws
MaxIterationsExceededException
, FunctionEvaluationException {
190
* @throws
MaxIterationsExceededException
the maximum iteration count is exceeded
198
throws
MaxIterationsExceededException
, FunctionEvaluationException {
214
* @throws
MaxIterationsExceededException
if the maximum iteration count is exceeded
223
throws
MaxIterationsExceededException
, FunctionEvaluationException {
275
* @throws
MaxIterationsExceededException
if the maximum iteration count is exceede
[
all
...]
MullerSolver.java
21
import org.apache.commons.math.
MaxIterationsExceededException
;
89
* @throws
MaxIterationsExceededException
if the maximum iteration count is exceeded
97
throws
MaxIterationsExceededException
, FunctionEvaluationException {
112
* @throws
MaxIterationsExceededException
if the maximum iteration count is exceeded
121
throws
MaxIterationsExceededException
, FunctionEvaluationException {
157
* @throws
MaxIterationsExceededException
if the maximum iteration count is exceeded
165
throws
MaxIterationsExceededException
, FunctionEvaluationException {
189
* @throws
MaxIterationsExceededException
if the maximum iteration count is exceeded
198
throws
MaxIterationsExceededException
, FunctionEvaluationException {
278
throw new
MaxIterationsExceededException
(maximalIterationCount)
[
all
...]
LaguerreSolver.java
22
import org.apache.commons.math.
MaxIterationsExceededException
;
304
* @throws
MaxIterationsExceededException
if the maximum iteration count is exceeded
312
MaxIterationsExceededException
, FunctionEvaluationException {
354
* @throws
MaxIterationsExceededException
if the maximum iteration count is exceeded
362
MaxIterationsExceededException
, FunctionEvaluationException {
432
throw new
MaxIterationsExceededException
(maximalIterationCount);
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/
RombergIntegrator.java
21
import org.apache.commons.math.
MaxIterationsExceededException
;
63
throws
MaxIterationsExceededException
, FunctionEvaluationException, IllegalArgumentException {
69
throws
MaxIterationsExceededException
, FunctionEvaluationException, IllegalArgumentException {
107
throw new
MaxIterationsExceededException
(maximalIterationCount);
SimpsonIntegrator.java
21
import org.apache.commons.math.
MaxIterationsExceededException
;
62
throws
MaxIterationsExceededException
, FunctionEvaluationException, IllegalArgumentException {
68
throws
MaxIterationsExceededException
, FunctionEvaluationException, IllegalArgumentException {
98
throw new
MaxIterationsExceededException
(maximalIterationCount);
TrapezoidIntegrator.java
21
import org.apache.commons.math.
MaxIterationsExceededException
;
102
throws
MaxIterationsExceededException
, FunctionEvaluationException, IllegalArgumentException {
108
throws
MaxIterationsExceededException
, FunctionEvaluationException, IllegalArgumentException {
128
throw new
MaxIterationsExceededException
(maximalIterationCount);
LegendreGaussIntegrator.java
22
import org.apache.commons.math.
MaxIterationsExceededException
;
200
throw new
MaxIterationsExceededException
(maximalIterationCount);
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/
AbstractUnivariateRealOptimizer.java
23
import org.apache.commons.math.
MaxIterationsExceededException
;
220
throws
MaxIterationsExceededException
, FunctionEvaluationException {
252
throws
MaxIterationsExceededException
, FunctionEvaluationException {
266
* @throws
MaxIterationsExceededException
if the maximum iteration count
272
throws
MaxIterationsExceededException
, FunctionEvaluationException {
BracketFinder.java
21
import org.apache.commons.math.
MaxIterationsExceededException
;
115
* @throws
MaxIterationsExceededException
if the maximum iteration count
123
throws
MaxIterationsExceededException
, FunctionEvaluationException {
146
throw new
MaxIterationsExceededException
(maxIterations);
BrentOptimizer.java
20
import org.apache.commons.math.
MaxIterationsExceededException
;
53
throws
MaxIterationsExceededException
, FunctionEvaluationException {
78
* @throws
MaxIterationsExceededException
if the maximum iteration count
85
throws
MaxIterationsExceededException
, FunctionEvaluationException {
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
AbstractLinearOptimizer.java
22
import org.apache.commons.math.
MaxIterationsExceededException
;
99
throw new OptimizationException(new
MaxIterationsExceededException
(maxIterations));
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
AbstractScalarDifferentiableOptimizer.java
24
import org.apache.commons.math.
MaxIterationsExceededException
;
143
throw new OptimizationException(new
MaxIterationsExceededException
(maxIterations));
AbstractLeastSquaresOptimizer.java
22
import org.apache.commons.math.
MaxIterationsExceededException
;
181
throw new OptimizationException(new
MaxIterationsExceededException
(maxIterations));
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
ContinuedFraction.java
21
import org.apache.commons.math.
MaxIterationsExceededException
;
201
throw new
MaxIterationsExceededException
(maxIterations,
/external/apache-commons-math/src/main/java/org/apache/commons/math/special/
Gamma.java
20
import org.apache.commons.math.
MaxIterationsExceededException
;
188
throw new
MaxIterationsExceededException
(maxIterations);
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/direct/
DirectSearchOptimizer.java
26
import org.apache.commons.math.
MaxIterationsExceededException
;
318
throw new OptimizationException(new
MaxIterationsExceededException
(maxIterations));
PowellOptimizer.java
20
import org.apache.commons.math.
MaxIterationsExceededException
;
266
} catch (
MaxIterationsExceededException
e) {
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
EigenDecompositionImpl.java
21
import org.apache.commons.math.
MaxIterationsExceededException
;
520
new
MaxIterationsExceededException
(maxIter));
Completed in 939 milliseconds