Uses of Class
org.apache.commons.math3.linear.SchurTransformer
-
Packages that use SchurTransformer Package Description org.apache.commons.math3.linear Linear algebra support. -
-
Uses of SchurTransformer in org.apache.commons.math3.linear
Methods in org.apache.commons.math3.linear that return SchurTransformer Modifier and Type Method Description private 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 SchurTransformer Modifier and Type Method Description private voidEigenDecomposition. findEigenVectorsFromSchur(SchurTransformer schur)Find eigenvectors from a matrix transformed to Schur form.
-