Package jline.solvers.ssa.handlers
Class Solver_ssaKt
-
- All Implemented Interfaces:
public final class Solver_ssaKt
-
-
Method Summary
Modifier and Type Method Description final static SSAValues
solver_ssa(NetworkStruct sn_in, EventCache eventCache, Map<StatefulNode, Matrix> init_state, SolverOptions options, SolverSSA solverSSA)
final static Unit
save_log(Double dt, Map<Integer, Matrix> cur_state, Matrix tranState, Integer samples_collected, Matrix tranSync, Map<Integer, Integer> enabled_sync, Integer firing_ctr, NetworkStruct sn, Map<Integer, Matrix> nir, Map<Integer, Matrix> stateCell, Matrix SSq)
final static Unit
print_progress(SolverOptions options, Integer samples_collected)
final static Matrix
update_paddings(NetworkStruct sn, Map<Integer, Matrix> stateCell, Matrix statelen, Matrix tranState)
-
-
Method Detail
-
solver_ssa
final static SSAValues solver_ssa(NetworkStruct sn_in, EventCache eventCache, Map<StatefulNode, Matrix> init_state, SolverOptions options, SolverSSA solverSSA)
-
save_log
final static Unit save_log(Double dt, Map<Integer, Matrix> cur_state, Matrix tranState, Integer samples_collected, Matrix tranSync, Map<Integer, Integer> enabled_sync, Integer firing_ctr, NetworkStruct sn, Map<Integer, Matrix> nir, Map<Integer, Matrix> stateCell, Matrix SSq)
-
print_progress
final static Unit print_progress(SolverOptions options, Integer samples_collected)
-
update_paddings
final static Matrix update_paddings(NetworkStruct sn, Map<Integer, Matrix> stateCell, Matrix statelen, Matrix tranState)
-
-
-
-