Class EigenvalueDecompositionImpl

java.lang.Object
rocks.palaiologos.maja.matrix.EigenvalueDecompositionImpl

class EigenvalueDecompositionImpl extends Object
  • Field Details

    • n

      private final int n
    • d

      private final double[] d
    • e

      private final double[] e
    • V

      private final double[][] V
    • H

      private double[][] H
    • ort

      private double[] ort
    • cdivr

      private double cdivr
    • cdivi

      private double cdivi
  • Constructor Details

    • EigenvalueDecompositionImpl

      public EigenvalueDecompositionImpl(Matrix<Double> Arg)
  • Method Details

    • tred2

      private void tred2()
    • tql2

      private void tql2()
    • orthes

      private void orthes()
    • cdiv

      private void cdiv(double xr, double xi, double yr, double yi)
    • hqr2

      private void hqr2()
    • getV

      public DoubleMatrix getV()
    • getEigenvalues

      public Complex[] getEigenvalues()
    • getD

      public DoubleMatrix getD()