Package jline.api.qsys
Class Qsys_phm1
java.lang.Object
jline.api.qsys.Qsys_phm1
-
Method Summary
Modifier and TypeMethodDescriptionstatic Pair<double[], double[][]> extractPhPairForPhm1(NetworkStruct sn, int stationIdx) static Pair<double[], double[][]> extractPhPairForPhm1(NetworkStruct sn, int stationIdx, int classIdx) Extract a (alpha, T) PH representation for the qsys_phm1 sigma-root from the sn.proc map at a given station/class.static PhM1Resultqsys_phm1(double[] alpha, double[][] T, double mu) static PhM1Resultqsys_phm1(double[] alpha, double[][] T, double mu, double tol) static PhM1Resultqsys_phm1(double[] alpha, double[][] T, double mu, double tol, int maxIter)
-
Method Details
-
qsys_phm1
public static PhM1Result qsys_phm1(double[] alpha, double[][] T, double mu, double tol, int maxIter) -
qsys_phm1
-
qsys_phm1
-
extractPhPairForPhm1
public static Pair<double[],double[][]> extractPhPairForPhm1(NetworkStruct sn, int stationIdx, int classIdx) Extract a (alpha, T) PH representation for the qsys_phm1 sigma-root from the sn.proc map at a given station/class. Recognizes the (D0, D1) MAP storage form used by LINE's NetworkStruct and computes alpha via map_pie. Returns null if the station does not have a usable PH representation. -
extractPhPairForPhm1
-