Uses of Enum Class
org.ojalgo.matrix.decomposition.Eigenvalue.Generalisation
Packages that use Eigenvalue.Generalisation
-
Uses of Eigenvalue.Generalisation in org.ojalgo.matrix.decomposition
Subclasses with type arguments of type Eigenvalue.Generalisation in org.ojalgo.matrix.decompositionModifier and TypeClassDescriptionstatic enumFields in org.ojalgo.matrix.decomposition declared as Eigenvalue.GeneralisationMethods 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.Constructors in org.ojalgo.matrix.decomposition with parameters of type Eigenvalue.GeneralisationModifierConstructorDescription(package private)GeneralisedEvD(PhysicalStore.Factory<N, ? extends DecompositionStore<N>> factory, Cholesky<N> cholesky, Eigenvalue<N> eigenvalue, Eigenvalue.Generalisation type)