You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2014/01/30 10:37:08 UTC

svn commit: r1562755 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/ConjugateGradient.java

Author: luc
Date: Thu Jan 30 09:37:08 2014
New Revision: 1562755

URL: http://svn.apache.org/r1562755
Log:
Removed redundant throws

Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/ConjugateGradient.java

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/ConjugateGradient.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/ConjugateGradient.java?rev=1562755&r1=1562754&r2=1562755&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/ConjugateGradient.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/ConjugateGradient.java Thu Jan 30 09:37:08 2014
@@ -151,7 +151,7 @@ public class ConjugateGradient
                                    final RealVector x0)
         throws NullArgumentException, NonPositiveDefiniteOperatorException,
         NonSquareOperatorException, DimensionMismatchException,
-        MaxCountExceededException, NonPositiveDefiniteOperatorException {
+        MaxCountExceededException {
         checkParameters(a, m, b, x0);
         final IterationManager manager = getIterationManager();
         // Initialization of default stopping criterion