NotPositiveDefinite
class NotPositiveDefinite(val position: Int, val pivot: Double, message: String) : KoblasException(source)
A Cholesky or a strict L·D·Lᵀ met a pivot that was zero, negative or NaN.
Parameters
message
what failed, naming the position, the pivot and the policy that would continue past it.