Removed redundant throws

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1562755 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2014-01-30 09:37:08 +00:00
parent 1e6915db87
commit 8025900b3a

View File

@ -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