Uses of Class
org.ojalgo.matrix.decomposition.Eigenvalue.Generalisation
-
Packages that use Eigenvalue.Generalisation Package Description org.ojalgo.matrix.decomposition -
-
Uses of Eigenvalue.Generalisation in org.ojalgo.matrix.decomposition
Fields in org.ojalgo.matrix.decomposition declared as Eigenvalue.Generalisation Modifier and Type Field Description private Eigenvalue.GeneralisationGeneralisedEvD. myTypeMethods in org.ojalgo.matrix.decomposition that return Eigenvalue.Generalisation Modifier and Type Method Description static Eigenvalue.GeneralisationEigenvalue.Generalisation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Eigenvalue.Generalisation[]Eigenvalue.Generalisation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ojalgo.matrix.decomposition with parameters of type Eigenvalue.Generalisation Modifier and Type Method Description Eigenvalue.Generalised<N>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.Constructors in org.ojalgo.matrix.decomposition with parameters of type Eigenvalue.Generalisation Constructor Description GeneralisedEvD(PhysicalStore.Factory<N,? extends DecompositionStore<N>> factory, Cholesky<N> cholesky, Eigenvalue<N> eigenvalue, Eigenvalue.Generalisation type)
-