Uses of Class
org.apache.commons.math3.linear.SchurTransformer
Packages that use SchurTransformer
-
Uses of SchurTransformer in org.apache.commons.math3.linear
Methods in org.apache.commons.math3.linear that return SchurTransformerModifier and TypeMethodDescriptionprivate SchurTransformer
EigenDecomposition.transformToSchur
(RealMatrix matrix) Transforms the matrix to Schur form and calculates the eigenvalues.Methods in org.apache.commons.math3.linear with parameters of type SchurTransformerModifier and TypeMethodDescriptionprivate void
EigenDecomposition.findEigenVectorsFromSchur
(SchurTransformer schur) Find eigenvectors from a matrix transformed to Schur form.