mirror of
https://github.com/apache/commons-math.git
synced 2025-03-03 23:19:05 +00:00
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:
parent
1e6915db87
commit
8025900b3a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user