Class SchurTransformer.ShiftInfo

java.lang.Object
org.apache.commons.math3.linear.SchurTransformer.ShiftInfo
Enclosing class:
SchurTransformer

private static class SchurTransformer.ShiftInfo extends 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
    Indicates an exceptional shift.
    (package private) double
    w shift info
    (package private) double
    x shift info
    (package private) double
    y shift info
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • 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 Details

    • ShiftInfo

      private ShiftInfo()