|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.math3.linear.SchurTransformer.ShiftInfo
private static class SchurTransformer.ShiftInfo
Internal data structure holding the current shift information. Contains variable names as present in the original JAMA code.
Field Summary | |
---|---|
(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 | |
---|---|
private |
SchurTransformer.ShiftInfo()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
double x
double y
double w
double exShift
Constructor Detail |
---|
private SchurTransformer.ShiftInfo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |