Class LinearAlgebraException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.flag4j.util.exceptions.LinearAlgebraException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SingularMatrixException, TensorShapeException

public class LinearAlgebraException extends RuntimeException
An exception which is thrown when a linear algebra related error occurs at runtime.
See Also: