Package jline.solvers.mva.handlers
Class Solver_amvald
java.lang.Object
jline.solvers.mva.handlers.Solver_amvald
Handler for the solver_amvald function
-
Method Summary
Modifier and TypeMethodDescriptionstatic MVAResultsolver_amvald(NetworkStruct sn, SolverOptions options) solver_amvald_forward(List<Matrix> gamma, Matrix tau, Matrix Qchain_in, Matrix Xchain_in, Matrix Uchain_in, Matrix STchain_in, Matrix Vchain_in, Matrix Nchain_in, Matrix SCVchain_in, double Nt, double delta, Matrix deltaclass, List<Integer> ocl, List<Integer> ccl, List<Integer> nnzclasses, Map<Integer, List<Integer>> nnzclasses_eprio, Map<Integer, List<Integer>> nnzclasses_hprio, Map<Integer, List<Integer>> nnzclasses_ehprio, int M, int K, Matrix nservers, Matrix schedparam, Matrix lldscaling_in, Map<Station, SerializableFunction<Matrix, Double>> cdscaling, Map<Station, Matrix> ljdscaling, Map<Station, Matrix> ljdcutoffs, List<List<Matrix>> ljcdscaling, List<Matrix> ljcdcutoffs, List<SchedStrategy> sched, List<Station> stations, SolverOptions options)
-
Method Details
-
solver_amvald
-
solver_amvald_forward
public static Pair<Matrix,Matrix> solver_amvald_forward(List<Matrix> gamma, Matrix tau, Matrix Qchain_in, Matrix Xchain_in, Matrix Uchain_in, Matrix STchain_in, Matrix Vchain_in, Matrix Nchain_in, Matrix SCVchain_in, double Nt, double delta, Matrix deltaclass, List<Integer> ocl, List<Integer> ccl, List<Integer> nnzclasses, Map<Integer, List<Integer>> nnzclasses_eprio, Map<Integer, List<Integer>> nnzclasses_hprio, Map<Integer, List<Integer>> nnzclasses_ehprio, int M, int K, Matrix nservers, Matrix schedparam, Matrix lldscaling_in, Map<Station, SerializableFunction<Matrix, Double>> cdscaling, Map<Station, Matrix> ljdscaling, Map<Station, Matrix> ljdcutoffs, List<List<Matrix>> ljcdscaling, List<Matrix> ljcdcutoffs, List<SchedStrategy> sched, List<Station> stations, SolverOptions options)
-