Uses of Class
org.flag4j.linalg.decompositions.schur.Schur
Packages that use Schur
-
Uses of Schur in org.flag4j.linalg.decompositions.schur
Subclasses of Schur in org.flag4j.linalg.decompositions.schurModifier and TypeClassDescriptionclass
This class computes the Schur decomposition of a complex dense square matrix.class
This class computes the Schur decomposition of a real dense square matrix.Methods in org.flag4j.linalg.decompositions.schur that return SchurModifier and TypeMethodDescriptionSchur.setExceptionalThreshold
(int exceptionalThreshold) Sets the number of iterations of the QR algorithm to perform without deflation before performing a random shift.Schur.setMaxIterationFactor
(int maxIterationFactor) Specify maximum iteration factor for computing the total number of iterations to run the QR algorithm for when computing the decomposition.