Uses of Class
org.flag4j.linalg.decompositions.schur.RealSchur
Packages that use RealSchur
Package
Description
Provides implementations of the Schur decomposition for real and complex matrices.
-
Uses of RealSchur in org.flag4j.linalg.decompositions.schur
Methods in org.flag4j.linalg.decompositions.schur that return RealSchurModifier and TypeMethodDescriptionComputes the Schur decomposition of the input matrix.RealSchur.enforceFinite
(boolean enforceFinite) RealSchur.setExceptionalThreshold
(int exceptionalThreshold) RealSchur.setMaxIterationFactor
(int maxIterationFactor)