ConvergenceError
public enum ConvergenceError : Error, Sendable
Error indicating that the distance could not be computed within the maximal number of iterations.
-
Declaration
Swift
case notConverged(maxIter: UInt, tol: Double, eps: Double)