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 TypeClassDescriptionclass
Exception raised when some decomposer algorithm fails.class
class
Exception thrown if some decomposer algorithm cannot convergeclass
Exception thrown when requiring symmetric positive definite matrices.class
Exception raised when attempting to retrieve something that is not yet available.class
Exception raised when attempting to do an action when something is not ready.class
Exception thrown when a matrix does not have full rank.class
Exception thrown when a singular matrix is used.class
Exception thrown when using matrices having wrong size.