Package jline.api.pfqn
Class PfqnUniqueResult
-
- All Implemented Interfaces:
public final class PfqnUniqueResultResult class for pfqn_unique containing all output matrices and mapping information.
-
-
Method Summary
Modifier and Type Method Description final MatrixgetL_unique()Reduced demand matrix (M' x R) with M' <= M unique stations final MatrixgetMu_unique()Reduced load-dependent rates (M' x Ntot), null if mu was empty final MatrixgetGamma_unique()Reduced class-dependent rates (M' x R), null if gamma was empty final MatrixgetMi()Multiplicity vector (1 x M'), mij = count of stations mapping to unique station j final IntArraygetMapping()Mapping vector (1 x M), mappingi = unique station index for original station i -
-
Method Detail
-
getL_unique
final Matrix getL_unique()
Reduced demand matrix (M' x R) with M' <= M unique stations
-
getMu_unique
final Matrix getMu_unique()
Reduced load-dependent rates (M' x Ntot), null if mu was empty
-
getGamma_unique
final Matrix getGamma_unique()
Reduced class-dependent rates (M' x R), null if gamma was empty
-
getMi
final Matrix getMi()
Multiplicity vector (1 x M'), mij = count of stations mapping to unique station j
-
getMapping
final IntArray getMapping()
Mapping vector (1 x M), mappingi = unique station index for original station i
-
-
-
-