Uses of Class
org.flag4j.linalg.decompositions.schur.ComplexSchur
Packages that use ComplexSchur
-
Uses of ComplexSchur in org.flag4j.linalg.decompositions.schur
Methods in org.flag4j.linalg.decompositions.schur that return ComplexSchurModifier and TypeMethodDescriptionComputes the Schur decomposition of the input matrix.ComplexSchur.setExceptionalThreshold
(int exceptionalThreshold) Sets the number of iterations of the QR algorithm to perform without deflation before performing a random shift.ComplexSchur.setMaxIterationFactor
(int maxIterationFactor) Specify maximum iteration factor for computing the total number of iterations to run the QR algorithm for when computing the decomposition.