Class SchurTransformer.ShiftInfo

  • Enclosing class:
    SchurTransformer

    private static class SchurTransformer.ShiftInfo
    extends java.lang.Object
    Internal data structure holding the current shift information. Contains variable names as present in the original JAMA code.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double exShift
      Indicates an exceptional shift.
      (package private) double w
      w shift info
      (package private) double x
      x shift info
      (package private) double y
      y shift info
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ShiftInfo()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • x

        double x
        x shift info
      • y

        double y
        y shift info
      • w

        double w
        w shift info
      • exShift

        double exShift
        Indicates an exceptional shift.
    • Constructor Detail

      • ShiftInfo

        private ShiftInfo()