Package org.apache.commons.math3.linear
Class SchurTransformer.ShiftInfo
java.lang.Object
org.apache.commons.math3.linear.SchurTransformer.ShiftInfo
- Enclosing class:
SchurTransformer
Internal data structure holding the current shift information.
Contains variable names as present in the original JAMA code.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
double xx shift info -
y
double yy shift info -
w
double ww shift info -
exShift
double exShiftIndicates an exceptional shift.
-
-
Constructor Details
-
ShiftInfo
private ShiftInfo()
-