koblas

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.

Constructors

NotPositiveDefinite

constructor(position: Int, pivot: Double, message: String)(source)

Parameters

message

what failed, naming the position, the pivot and the policy that would continue past it.

Properties

pivot

position

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?