koblas

SingularMatrix

class SingularMatrix(val position: Int, message: String) : KoblasException(source)

A factorization met an exactly zero pivot, so the matrix it came from has no inverse.

Parameters

message

what failed, naming the routine and the position.

Constructors

SingularMatrix

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

Parameters

message

what failed, naming the routine and the position.

Properties

position

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