Class ComplexEigenvalueDecomposition

java.lang.Object
org.opensourcephysics.numerics.ComplexEigenvalueDecomposition
All Implemented Interfaces:
Serializable

public class ComplexEigenvalueDecomposition extends Object implements Serializable
A Java Complex Eigenvalue Decomposition based on an Ada version of a NAG Fortran library subroutine. Some Fortran labels have been preserved for traceability
See Also:
  • Constructor Details

    • ComplexEigenvalueDecomposition

      public ComplexEigenvalueDecomposition()
      Constructs the EigenvalueDecomposition.
  • Method Details

    • eigen

      public static void eigen(Complex[][] A, Complex[] lambda, Complex[][] vec, boolean[] fail)
      Obtains the eigenvalues and eigenvectors of a complex matrix. Input