Package jline.api.sym
Class SymEngine.CTMCSolution
java.lang.Object
jline.api.sym.SymEngine.CTMCSolution
- Enclosing interface:
SymEngine
Symbolic stationary distribution of a CTMC.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal int[]Component index of each state, one basedfinal StringCommon denominator of the whole vectorfinal intNumber of weakly connected components of the generatorNumerator of each entry over the common denominatordenStationary probability of each state, as an expression string -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
pi
Stationary probability of each state, as an expression string -
num
Numerator of each entry over the common denominatorden -
den
Common denominator of the whole vector -
nConnComp
public final int nConnCompNumber of weakly connected components of the generator -
connComp
public final int[] connCompComponent index of each state, one based
-
-
Constructor Details
-
CTMCSolution
-