Uses of Interface
org.apache.commons.math.linear.EigenDecomposition
-
Packages that use EigenDecomposition Package Description org.apache.commons.math.linear Linear algebra support. -
-
Uses of EigenDecomposition in org.apache.commons.math.linear
Classes in org.apache.commons.math.linear that implement EigenDecomposition Modifier and Type Class Description class
EigenDecompositionImpl
Calculates the eigen decomposition of a real symmetric matrix.
-