Package jline.api.mc

Class Ctmc_multiKt

  • All Implemented Interfaces:

    
    public final class Ctmc_multiKt
    
                        
    • 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 ctmc_multi(Matrix Q, List<List<Integer>> MS, List<List<Integer>> MSS) Multi-level aggregation method for CTMCs Basic one-step implementation of standard multigrid method
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • ctmc_multi

         final static Matrix ctmc_multi(Matrix Q, List<List<Integer>> MS, List<List<Integer>> MSS)

        Multi-level aggregation method for CTMCs Basic one-step implementation of standard multigrid method

        Parameters:
        Q - Infinitesimal generator matrix
        MS - List where MSi is the set of rows of Q in macrostate i
        MSS - List where MSSi is the set of rows of G in macromacrostate i
        Returns:

        Approximate steady-state probability vector