Click or drag to resize
NoConvergenceException Constructor
Overload List
  NameDescription
Public methodNoConvergenceException(Int32)
The conjugate gradient method did not converge within the allowed maximum number of iterations.
Public methodNoConvergenceException(String)
The conjugate gradient method did not converge within the allowed maximum number of iterations.
Protected methodNoConvergenceException(SerializationInfo, StreamingContext)
The conjugate gradient method did not converge within the allowed maximum number of iterations.
Public methodNoConvergenceException(String, Exception)
The conjugate gradient method did not converge within the allowed maximum number of iterations.
Top
See Also