Package jline.solvers.ssa.handlers
Class Solver_ssa_nrm_space
java.lang.Object
jline.solvers.ssa.handlers.Solver_ssa_nrm_space
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionnrm_space(Matrix S, List<List<Integer>> D, BiFunction<Matrix, ArrayDeque<Integer>[], Double>[] a, Matrix nvec0, ArrayDeque<Integer>[] buffers0, int samples, SolverOptions options, Map<String, double[]> reactcache, List<int[]> fromIR, double[] mi, int R, NetworkStruct sn) solver_ssa_nrm_space(NetworkStruct sn, SolverOptions options)
-
Method Details
-
solver_ssa_nrm_space
public static Solver_ssa_nrm_space.SolverSSAResultNRMSpace solver_ssa_nrm_space(NetworkStruct sn, SolverOptions options) -
nrm_space
public static Solver_ssa_nrm_space.NrmSpaceResult nrm_space(Matrix S, List<List<Integer>> D, BiFunction<Matrix, ArrayDeque<Integer>[], Double>[] a, Matrix nvec0, ArrayDeque<Integer>[] buffers0, int samples, SolverOptions options, Map<String, double[]> reactcache, List<int[]> fromIR, double[] mi, int R, NetworkStruct sn)
-