Class RawEigenvalue.Dynamic

    • Field Detail

      • mySymmetric

        private transient java.lang.Boolean mySymmetric
    • Constructor Detail

      • Dynamic

        Dynamic()
    • Method Detail

      • isHermitian

        public boolean isHermitian()
        Description copied from interface: Eigenvalue
        If [A] is hermitian then [V][D][V]-1 becomes [Q][D][Q]H...
      • isOrdered

        public boolean isOrdered()
        Description copied from interface: Eigenvalue
        The eigenvalues in D (and the eigenvectors in V) are not necessarily ordered. This is a property of the algorithm/implementation, not the data.
        Returns:
        true if they are ordered
      • doDecompose

        protected boolean doDecompose​(double[][] data,
                                      boolean valuesOnly)
        Specified by:
        doDecompose in class RawEigenvalue