Uses of Interface
org.ojalgo.matrix.decomposition.Eigenvalue.Generalised
Packages that use Eigenvalue.Generalised
-
Uses of Eigenvalue.Generalised in org.ojalgo.matrix.decomposition
Classes in org.ojalgo.matrix.decomposition that implement Eigenvalue.GeneralisedModifier and TypeClassDescription(package private) final classGeneralisedEvD<N extends Comparable<N>>Methods in org.ojalgo.matrix.decomposition that return Eigenvalue.GeneralisedModifier and TypeMethodDescriptiondefault Eigenvalue.Generalised<N> Eigenvalue.Factory.makeGeneralised(Structure2D typical) Deprecated.Eigenvalue.Factory.makeGeneralised(Structure2D typical, Eigenvalue.Generalisation type) "Generalised" does NOT refer to general (as in not symmetric/hermitian) matrices, but to generalised eigenvalue problems.
Eigenvalue.Factory.makeGeneralised(Structure2D, Eigenvalue.Generalisation)instead, then it's more clear what you're actually doing.