Uses of Class
org.flag4j.util.exceptions.LinearAlgebraException
Packages that use LinearAlgebraException
Package
Description
Custom linear algebra and parsing related exceptions.
-
Uses of LinearAlgebraException in org.flag4j.util.exceptions
Subclasses of LinearAlgebraException in org.flag4j.util.exceptionsModifier and TypeClassDescriptionclass
An exception which is thrown when some operation not defined for singular matrices is attempted to be performed on a singular matrix.class
An exception to be thrown when there is an error related to tensor shapes.