class NotConvergedException(val reason: Reason, msg: String) extends RuntimeException with LinearAlgebraException
Exception thrown if a routine has not converged.
- Companion:
- object
trait LinearAlgebraException
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any