Uses of Enum Class
org.ojalgo.matrix.decomposition.Eigenvalue.Generalisation
Packages that use Eigenvalue.Generalisation
-
Uses of Eigenvalue.Generalisation in org.ojalgo.matrix.decomposition
Fields in org.ojalgo.matrix.decomposition declared as Eigenvalue.GeneralisationMethods in org.ojalgo.matrix.decomposition that return Eigenvalue.GeneralisationModifier and TypeMethodDescriptionstatic Eigenvalue.Generalisation
Returns 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) http://www.cmth.ph.ic.ac.uk/people/a.mackinnon/Lectures/compphys/node72.html https://www.netlib.org/lapack/lug/node54.htmlConstructors 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)