Home
last modified time | relevance | path

Searched refs:ConvergenceException (Results 1 – 25 of 65) sorted by relevance

123

/dports/math/optpp/optpp-2.4/newmat11/
H A Dtmti.cpp19 Throw(ConvergenceException(A)); in WillNotConverge()
36 Catch(ConvergenceException) { checks(2) = 0; } in trymati()
41 Catch(ConvergenceException) { checks(1) = 1; } in trymati()
48 Catch(ConvergenceException) { checks(1) = 1; } in trymati()
54 Catch(ConvergenceException) { checks(1) = 1; } in trymati()
62 Catch(ConvergenceException) { checks(1) = 1; } in trymati()
73 Catch(ConvergenceException) { checks(1) = 1; } in trymati()
80 Catch(ConvergenceException) { checks(1) = 1; } in trymati()
90 Catch(ConvergenceException) { checks(1) = 1; } in trymati()
98 Catch(ConvergenceException) { checks(1) = 1; } in trymati()
[all …]
H A Dnewmatex.C17 unsigned long ConvergenceException::Select;
69 ConvergenceException::ConvergenceException(const GeneralMatrix& A) in ConvergenceException() function
78 ConvergenceException::ConvergenceException(const char* c) : Runtime_error() in ConvergenceException() function
/dports/math/newmat/newmat-1.1_1/
H A Dtmti.cpp26 Throw(ConvergenceException(A)); in WillNotConverge()
43 Catch(ConvergenceException) { checks(2) = 0; } in trymati()
49 Catch(ConvergenceException) { checks(1) = 1; } in trymati()
57 Catch(ConvergenceException) { checks(1) = 1; } in trymati()
64 Catch(ConvergenceException) { checks(1) = 1; } in trymati()
73 Catch(ConvergenceException) { checks(1) = 1; } in trymati()
85 Catch(ConvergenceException) { checks(1) = 1; } in trymati()
93 Catch(ConvergenceException) { checks(1) = 1; } in trymati()
104 Catch(ConvergenceException) { checks(1) = 1; } in trymati()
113 Catch(ConvergenceException) { checks(1) = 1; } in trymati()
[all …]
H A Dnewmatex.cpp18 unsigned long ConvergenceException::Select;
71 ConvergenceException::ConvergenceException(const GeneralMatrix& A) in ConvergenceException() function in NEWMAT::ConvergenceException
80 ConvergenceException::ConvergenceException(const char* c) : Runtime_error() in ConvergenceException() function in NEWMAT::ConvergenceException
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/util/
H A DContinuedFraction.java19 import org.apache.commons.math3.exception.ConvergenceException;
71 public double evaluate(double x) throws ConvergenceException { in evaluate()
82 public double evaluate(double x, double epsilon) throws ConvergenceException { in evaluate()
95 throws ConvergenceException, MaxCountExceededException { in evaluate()
123 throws ConvergenceException, MaxCountExceededException { in evaluate()
155 … throw new ConvergenceException(LocalizedFormats.CONTINUED_FRACTION_INFINITY_DIVERGENCE, in evaluate()
159 throw new ConvergenceException(LocalizedFormats.CONTINUED_FRACTION_NAN_DIVERGENCE, in evaluate()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/optimization/general/
H A DGaussNewtonOptimizerTest.java22 import org.apache.commons.math3.exception.ConvergenceException;
99 @Test(expected = ConvergenceException.class)
108 @Test(expected=ConvergenceException.class)
134 @Test(expected=ConvergenceException.class)
143 @Test(expected = ConvergenceException.class)
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/fitting/leastsquares/
H A DGaussNewtonOptimizerWithLUTest.java20 import org.apache.commons.math3.exception.ConvergenceException;
58 } catch (ConvergenceException e) { in testMoreEstimatedParametersSimple()
72 }catch (ConvergenceException e){ in testMoreEstimatedParametersUnsorted()
110 }catch (ConvergenceException e){ in testCircleFittingBadInit()
126 } catch (ConvergenceException e){ in testHahn1()
H A DGaussNewtonOptimizerWithCholeskyTest.java20 import org.apache.commons.math3.exception.ConvergenceException;
58 } catch (ConvergenceException e) { in testMoreEstimatedParametersSimple()
72 }catch (ConvergenceException e){ in testMoreEstimatedParametersUnsorted()
110 }catch (ConvergenceException e){ in testCircleFittingBadInit()
126 } catch (ConvergenceException e){ in testHahn1()
H A DGaussNewtonOptimizerWithQRTest.java20 import org.apache.commons.math3.exception.ConvergenceException;
58 }catch (ConvergenceException e){ in testMoreEstimatedParametersUnsorted()
96 }catch (ConvergenceException e){ in testCircleFittingBadInit()
112 } catch (ConvergenceException e){ in testHahn1()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/optim/nonlinear/vector/jacobian/
H A DGaussNewtonOptimizerTest.java22 import org.apache.commons.math3.exception.ConvergenceException;
115 @Test(expected = ConvergenceException.class)
124 @Test(expected=ConvergenceException.class)
153 @Test(expected=ConvergenceException.class)
162 @Test(expected = ConvergenceException.class)
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/stat/clustering/
H A DKMeansPlusPlusClusterer.java26 import org.apache.commons.math3.exception.ConvergenceException;
105 throws MathIllegalArgumentException, ConvergenceException { in cluster()
161 throws MathIllegalArgumentException, ConvergenceException { in cluster()
198 … throw new ConvergenceException(LocalizedFormats.EMPTY_CLUSTER_IN_K_MEANS); in cluster()
383 throws ConvergenceException { in getPointFromLargestVarianceCluster()
409 throw new ConvergenceException(LocalizedFormats.EMPTY_CLUSTER_IN_K_MEANS); in getPointFromLargestVarianceCluster()
425 …tPointFromLargestNumberCluster(final Collection<Cluster<T>> clusters) throws ConvergenceException { in getPointFromLargestNumberCluster()
444 throw new ConvergenceException(LocalizedFormats.EMPTY_CLUSTER_IN_K_MEANS); in getPointFromLargestNumberCluster()
460 private T getFarthestPoint(final Collection<Cluster<T>> clusters) throws ConvergenceException { in getFarthestPoint()
483 throw new ConvergenceException(LocalizedFormats.EMPTY_CLUSTER_IN_K_MEANS); in getFarthestPoint()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/exception/
H A DConvergenceException.java28 public class ConvergenceException extends MathIllegalStateException { class
35 public ConvergenceException() { in ConvergenceException() method in ConvergenceException
46 public ConvergenceException(Localizable pattern, in ConvergenceException() method in ConvergenceException
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/ml/clustering/
H A DKMeansPlusPlusClusterer.java25 import org.apache.commons.math3.exception.ConvergenceException;
197 throws MathIllegalArgumentException, ConvergenceException { in cluster()
234 … throw new ConvergenceException(LocalizedFormats.EMPTY_CLUSTER_IN_K_MEANS); in cluster()
414 throws ConvergenceException { in getPointFromLargestVarianceCluster()
440 throw new ConvergenceException(LocalizedFormats.EMPTY_CLUSTER_IN_K_MEANS); in getPointFromLargestVarianceCluster()
457 throws ConvergenceException { in getPointFromLargestNumberCluster()
476 throw new ConvergenceException(LocalizedFormats.EMPTY_CLUSTER_IN_K_MEANS); in getPointFromLargestNumberCluster()
492 …ate T getFarthestPoint(final Collection<CentroidCluster<T>> clusters) throws ConvergenceException { in getFarthestPoint()
515 throw new ConvergenceException(LocalizedFormats.EMPTY_CLUSTER_IN_K_MEANS); in getFarthestPoint()
H A DClusterer.java22 import org.apache.commons.math3.exception.ConvergenceException;
57 throws MathIllegalArgumentException, ConvergenceException; in cluster()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/hull/
H A DAbstractConvexHullGenerator2D.java21 import org.apache.commons.math3.exception.ConvergenceException;
89 throws NullArgumentException, ConvergenceException { in generate()
105 throw new ConvergenceException(); in generate()
H A DConvexHullGenerator2D.java21 import org.apache.commons.math3.exception.ConvergenceException;
35 …vexHull2D generate(Collection<Vector2D> points) throws NullArgumentException, ConvergenceException; in generate()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/stat/inference/
H A DOneWayAnova.java23 import org.apache.commons.math3.exception.ConvergenceException;
125 ConvergenceException, MaxCountExceededException { in anovaPValue()
168 ConvergenceException, MaxCountExceededException { in anovaPValue()
250 OutOfRangeException, ConvergenceException, MaxCountExceededException { in anovaTest()
H A DMannWhitneyUTest.java20 import org.apache.commons.math3.exception.ConvergenceException;
170 throws ConvergenceException, MaxCountExceededException { in calculateAsymptoticPValue()
224 ConvergenceException, MaxCountExceededException { in mannWhitneyUTest()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/fraction/
H A DFractionConversionException.java20 import org.apache.commons.math3.exception.ConvergenceException;
29 public class FractionConversionException extends ConvergenceException {
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/matrix/
H A Dnewmatex.cpp20 unsigned long ConvergenceException::Select;
72 ConvergenceException::ConvergenceException(const GeneralMatrix& A) in ConvergenceException() function in NEWMAT::ConvergenceException
81 ConvergenceException::ConvergenceException(const char* c) : Runtime_error() in ConvergenceException() function in NEWMAT::ConvergenceException
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/geometry/hull/
H A DConvexHullGenerator.java21 import org.apache.commons.math3.exception.ConvergenceException;
48 …ConvexHull<S, P> generate(Collection<P> points) throws NullArgumentException, ConvergenceException; in generate()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/analysis/solvers/
H A DRegulaFalsiSolverTest.java21 import org.apache.commons.math3.exception.ConvergenceException;
46 @Test(expected=ConvergenceException.class)
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/analysis/solvers/
H A DBaseSecantSolver.java22 import org.apache.commons.math3.exception.ConvergenceException;
135 throws ConvergenceException { in doSolve()
196 throw new ConvergenceException(); in doSolve()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/geometry/euclidean/twod/hull/
H A DMonotoneChainTest.java22 import org.apache.commons.math3.exception.ConvergenceException;
38 @Test(expected=ConvergenceException.class)
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/fitting/leastsquares/
H A DGaussNewtonOptimizer.java19 import org.apache.commons.math3.exception.ConvergenceException;
75 … throw new ConvergenceException(LocalizedFormats.UNABLE_TO_SOLVE_SINGULAR_PROBLEM, e); in solve()
96 … throw new ConvergenceException(LocalizedFormats.UNABLE_TO_SOLVE_SINGULAR_PROBLEM, e); in solve()
122 … throw new ConvergenceException(LocalizedFormats.UNABLE_TO_SOLVE_SINGULAR_PROBLEM, e); in solve()

123