Uses of Class
com.irurueta.algebra.AlgebraException
Packages that use AlgebraException
Package
Description
This package contains classes related to algebra, such as Matrix class
to contains matrices data and simple operations or Complex to handle
computations with Complex numbers.
-
Uses of AlgebraException in com.irurueta.algebra
Subclasses of AlgebraException in com.irurueta.algebraModifier and TypeClassDescriptionclassException raised when some decomposer algorithm fails.classclassException thrown if some decomposer algorithm cannot convergeclassException thrown when requiring symmetric positive definite matrices.classException raised when attempting to retrieve something that is not yet available.classException raised when attempting to do an action when something is not ready.classException thrown when a matrix does not have full rank.classException thrown when a singular matrix is used.classException thrown when using matrices having wrong size.