Package jline.lib.smc

Class MG1_ShiftsKt

  • All Implemented Interfaces:

    
    public final class MG1_ShiftsKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

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