Package jline.api.pfqn.mva
Class Pfqn_conwaymsKt
-
- All Implemented Interfaces:
public final class Pfqn_conwaymsKt
-
-
Method Summary
Modifier and Type Method Description final static Ret.pfqnAMVAMS
pfqn_conwayms(Matrix L, Matrix N, Matrix Z, IntArray nservers)
final static Ret.pfqnAMVAMS
pfqn_conwayms(Matrix L, Matrix N, Matrix Z)
final static Ret.pfqnAMVAMS
pfqn_conwayms(Matrix L, Matrix N, Matrix Z, IntArray nservers, Array<SchedStrategy> type, Double tol, Integer maxiter)
final static Ret.LinearizerResult
pfqn_conwayms_core(Matrix L, Integer M, Integer R, Matrix N_1, Matrix Z, IntArray nservers, Matrix Q, Matrix P, Matrix PB, MatrixCell Delta, Array<SchedStrategy> type, Double tol, Integer maxiter)
final static Ret.pfqnEstimate
pfqn_conwayms_estimate(Integer M, Integer R, Matrix N_1, IntArray nservers, Matrix Q, Matrix P, Matrix PB, MatrixCell Delta, Matrix W)
final static Ret.LinearizerResult
pfqn_conwayms_forwardmva(Matrix L, Integer M, Integer R, Matrix N_1, Matrix Z, IntArray nservers, Array<SchedStrategy> type, MatrixCell Q_1, MatrixCell P_1, Matrix PB_1, Matrix T_1)
-
-
Method Detail
-
pfqn_conwayms
final static Ret.pfqnAMVAMS pfqn_conwayms(Matrix L, Matrix N, Matrix Z, IntArray nservers)
-
pfqn_conwayms
final static Ret.pfqnAMVAMS pfqn_conwayms(Matrix L, Matrix N, Matrix Z)
-
pfqn_conwayms
final static Ret.pfqnAMVAMS pfqn_conwayms(Matrix L, Matrix N, Matrix Z, IntArray nservers, Array<SchedStrategy> type, Double tol, Integer maxiter)
-
pfqn_conwayms_core
final static Ret.LinearizerResult pfqn_conwayms_core(Matrix L, Integer M, Integer R, Matrix N_1, Matrix Z, IntArray nservers, Matrix Q, Matrix P, Matrix PB, MatrixCell Delta, Array<SchedStrategy> type, Double tol, Integer maxiter)
-
pfqn_conwayms_estimate
final static Ret.pfqnEstimate pfqn_conwayms_estimate(Integer M, Integer R, Matrix N_1, IntArray nservers, Matrix Q, Matrix P, Matrix PB, MatrixCell Delta, Matrix W)
-
pfqn_conwayms_forwardmva
final static Ret.LinearizerResult pfqn_conwayms_forwardmva(Matrix L, Integer M, Integer R, Matrix N_1, Matrix Z, IntArray nservers, Array<SchedStrategy> type, MatrixCell Q_1, MatrixCell P_1, Matrix PB_1, Matrix T_1)
-
-
-
-