Class SingularMatrixException

java.lang.Object
All Implemented Interfaces:
Serializable

public class SingularMatrixException extends LinearAlgebraException
An exception which is thrown when some operation not defined for singular matrices is attempted to be performed on a singular matrix. For example, attempting to invert a singular matrix.
See Also: