Uses of Enum Class
org.ojalgo.matrix.decomposition.Eigenvalue.Generalisation
Packages that use Eigenvalue.Generalisation
-
Uses of Eigenvalue.Generalisation in org.ojalgo.matrix.decomposition
Methods in org.ojalgo.matrix.decomposition that return Eigenvalue.GeneralisationModifier and TypeMethodDescriptionstatic Eigenvalue.GeneralisationReturns the enum constant of this class with the specified name.static Eigenvalue.Generalisation[]Eigenvalue.Generalisation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ojalgo.matrix.decomposition with parameters of type Eigenvalue.GeneralisationModifier and TypeMethodDescriptionEigenvalue.Factory.makeGeneralised(Structure2D typical, Eigenvalue.Generalisation type) "Generalised" does NOT refer to general (as in not symmetric/hermitian) matrices, but to generalised eigenvalue problems.