Package jline.lib.smc

Class MG1_FIKt

  • All Implemented Interfaces:

    
    public final class MG1_FIKt
    
                        
    • 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_fi(Matrix A, MG1FIOptions options) Functional Iterations 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_fi

         final static Matrix mg1_fi(Matrix A, MG1FIOptions options)

        Functional Iterations for M/G/1-Type Markov Chains.

        Computes the minimal nonnegative solution to the matrix equation G = A0 + A1G + A2G^2 + ... + A_max*G^max

        Parameters:
        A - Block matrix A0 A1 A2 ...
        options - Solver options
        Returns:

        G matrix (minimal nonnegative solution)