Uses of Class
org.flag4j.linalg.decompositions.schur.Schur
Packages that use Schur
Package
Description
Provides implementations of the Schur decomposition for real and complex matrices.
-
Uses of Schur in org.flag4j.linalg.decompositions.schur
Subclasses of Schur in org.flag4j.linalg.decompositions.schurModifier and TypeClassDescriptionclassInstanced of this class can be used for computing the Schur decomposition of a real dense square matrix.classInstanced of this class can be used for computing the Schur decomposition of a real dense square matrix.Methods in org.flag4j.linalg.decompositions.schur that return SchurModifier and TypeMethodDescriptionSchur.enforceFinite(boolean enforceFinite) Sets flag indicating if a check should be made to ensure the matrix being decomposed only contains finite values.Schur.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.