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