Uses of Class
com.imsl.math.ComplexSVD.DidNotConvergeException
Packages that use ComplexSVD.DidNotConvergeException
Package
Description
Mathematical functions and algorithms.
Math examples.
-
Uses of ComplexSVD.DidNotConvergeException in com.imsl.math
Constructors in com.imsl.math that throw ComplexSVD.DidNotConvergeExceptionModifierConstructorDescriptionComplexSVD(Complex[][] a) Construct the singular value decomposition of a rectangular matrix with default tolerance.ComplexSVD(Complex[][] a, double tol) Construct the singular value decomposition of a rectangular matrix with a given tolerance. -
Uses of ComplexSVD.DidNotConvergeException in com.imsl.test.example.math
Methods in com.imsl.test.example.math that throw ComplexSVD.DidNotConvergeException