Package jline.api.mc
Class Ctmc_multiKt
-
- All Implemented Interfaces:
public final class Ctmc_multiKt
-
-
Method Summary
-
-
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 matrixMS
- List where MSi is the set of rows of Q in macrostate iMSS
- List where MSSi is the set of rows of G in macromacrostate i- Returns:
Approximate steady-state probability vector
-
-
-
-