Package jline.lib.smc
Class MG1_ShiftsKt
-
- All Implemented Interfaces:
public final class MG1_ShiftsKt
-
-
Method Summary
-
-
Method Detail
-
mg1_shifts
final static Quadruple<Matrix, Double, Double, Matrix> mg1_shifts(Matrix A, String shiftType)
Applies the shift technique to an M/G/1-type block matrix.
- Parameters:
A- Block matrix A0 A1 A2 ...shiftType- Type of shift: "one", "tau", or "dbl"- Returns:
Tuple of (shifted A, drift, tau, v)
-
-
-
-