Uses of Class
org.apache.commons.math3.linear.SchurTransformer.ShiftInfo
Packages that use SchurTransformer.ShiftInfo
-
Uses of SchurTransformer.ShiftInfo in org.apache.commons.math3.linear
Methods in org.apache.commons.math3.linear with parameters of type SchurTransformer.ShiftInfoModifier and TypeMethodDescriptionprivate void
SchurTransformer.computeShift
(int l, int idx, int iteration, SchurTransformer.ShiftInfo shift) Compute the shift for the current iteration.private int
SchurTransformer.initQRStep
(int il, int iu, SchurTransformer.ShiftInfo shift, double[] hVec) Initialize the householder vectors for the QR step.private void
SchurTransformer.performDoubleQRStep
(int il, int im, int iu, SchurTransformer.ShiftInfo shift, double[] hVec) Perform a double QR step involving rows l:idx and columns m:n