Class Matrix.EigenSolution

  • Enclosing class:
    Matrix

    public static class Matrix.EigenSolution
    extends java.lang.Object
    A class that holds both eigenvalues and eigenvectors
    Author:
    Bhagat
    • Constructor Summary

      Constructors 
      Constructor Description
      EigenSolution​(double[] eigenvalues, Vector[] eigenvectors)
      Creates a new EigenSolution
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • eigenvalues

        public double[] eigenvalues
      • eigenvectors

        public Vector[] eigenvectors
    • Constructor Detail

      • EigenSolution

        public EigenSolution​(double[] eigenvalues,
                             Vector[] eigenvectors)
        Creates a new EigenSolution
        Parameters:
        eigenvalues - the eigenvalues
        eigenvectors - the eigenvectors