mirror of
https://github.com/apache/commons-math.git
synced 2025-03-04 07:29:06 +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)
|
final RealVector x0)
|
||||||
throws NullArgumentException, NonPositiveDefiniteOperatorException,
|
throws NullArgumentException, NonPositiveDefiniteOperatorException,
|
||||||
NonSquareOperatorException, DimensionMismatchException,
|
NonSquareOperatorException, DimensionMismatchException,
|
||||||
MaxCountExceededException, NonPositiveDefiniteOperatorException {
|
MaxCountExceededException {
|
||||||
checkParameters(a, m, b, x0);
|
checkParameters(a, m, b, x0);
|
||||||
final IterationManager manager = getIterationManager();
|
final IterationManager manager = getIterationManager();
|
||||||
// Initialization of default stopping criterion
|
// Initialization of default stopping criterion
|
||||||
|
Loading…
x
Reference in New Issue
Block a user