Uses of Class
com.irurueta.algebra.NoConvergenceException
Packages that use NoConvergenceException
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 NoConvergenceException in com.irurueta.algebra
Methods in com.irurueta.algebra that throw NoConvergenceExceptionModifier and TypeMethodDescriptionprivate void
SingularValueDecomposer.internalDecompose()
This method is called internally by decompose(), and actually computes Singular Value Decomposition.