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.Generalisation
GeneralisedEvD. myType
Methods in org.ojalgo.matrix.decomposition that return Eigenvalue.Generalisation Modifier and Type Method Description static Eigenvalue.Generalisation
Eigenvalue.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)
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.Generalisation Constructor Description GeneralisedEvD(PhysicalStore.Factory<N,? extends DecompositionStore<N>> factory, Cholesky<N> cholesky, Eigenvalue<N> eigenvalue, Eigenvalue.Generalisation type)
-