Uses of Class
org.flag4j.linalg.decompositions.balance.Balancer
Packages that use Balancer
Package
Description
Provides implementations of matrix balancing for real and complex matrices.
Provides implementations of the Schur decomposition for real and complex matrices.
-
Uses of Balancer in org.flag4j.linalg.decompositions.balance
Subclasses of Balancer in org.flag4j.linalg.decompositions.balanceModifier and TypeClassDescriptionclass
Instances of this class may be used to balance complex dense matrices.class
Instances of this class may be used to balance real dense matrices.Methods in org.flag4j.linalg.decompositions.balance that return Balancer -
Uses of Balancer in org.flag4j.linalg.decompositions.schur
Fields in org.flag4j.linalg.decompositions.schur declared as BalancerModifier and TypeFieldDescriptionSchur.balancer
Balancer to apply a similarity transform to the matrix before the QR-algorithm is executed.Constructors in org.flag4j.linalg.decompositions.schur with parameters of type BalancerModifierConstructorDescriptionprotected
Schur
(boolean computeU, RandomComplex rng, UnitaryDecomposition<T, U> hess, Balancer<T> balancer) Creates a decomposer to compute the Schur decomposition for a real dense matrix.