Uses of Interface
org.ojalgo.matrix.decomposition.Eigenvalue.Generalised
-
Packages that use Eigenvalue.Generalised Package Description org.ojalgo.matrix.decomposition -
-
Uses of Eigenvalue.Generalised in org.ojalgo.matrix.decomposition
Classes in org.ojalgo.matrix.decomposition that implement Eigenvalue.Generalised Modifier and Type Class Description (package private) class
GeneralisedEvD<N extends java.lang.Comparable<N>>
Methods in org.ojalgo.matrix.decomposition that return Eigenvalue.Generalised Modifier and Type Method Description default Eigenvalue.Generalised<N>
Eigenvalue.Factory. makeGeneralised(Structure2D typical)
[A][V] = [B][V][D]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.html
-