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 SchurTransformerEigenDecomposition.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 voidEigenDecomposition.findEigenVectorsFromSchur(SchurTransformer schur) Find eigenvectors from a matrix transformed to Schur form.