Uses of Class
com.imsl.math.GenMinRes.TooManyIterationsException
Packages that use GenMinRes.TooManyIterationsException
-
Uses of GenMinRes.TooManyIterationsException in com.imsl.math
Methods in com.imsl.math that throw GenMinRes.TooManyIterationsExceptionModifier and TypeMethodDescriptiondouble[]GenMinRes.solve(double[] b) Generate an approximate solution to \(Ax=b\) using the Generalized Residual Method.