Package jline.lib.smc

Class MG1_EGKt

  • All Implemented Interfaces:

    
    public final class MG1_EGKt
    
                        
    • 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 Matrix mg1_eg(Matrix A, Boolean verbose) Determines G directly if rank(A0)=1 for M/G/1-type Markov chains.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • mg1_eg

         final static Matrix mg1_eg(Matrix A, Boolean verbose)

        Determines G directly if rank(A0)=1 for M/G/1-type Markov chains.

        Parameters:
        A - The block matrix A0 A1 A2 ...
        verbose - When true, prints residual error
        Returns:

        G matrix if explicit solution exists, null otherwise