Package jline.solvers.ssa.handlers
Class SolverSSAResultNRMSpace
-
- All Implemented Interfaces:
public final class SolverSSAResultNRMSpace
-
-
Constructor Summary
Constructors Constructor Description SolverSSAResultNRMSpace(Matrix pi, Matrix outspace, Matrix depRates, NetworkStruct sn)
-
Method Summary
Modifier and Type Method Description final Matrix
getPi()
final Matrix
getOutspace()
final Matrix
getDepRates()
final NetworkStruct
getSn()
-
-
Constructor Detail
-
SolverSSAResultNRMSpace
SolverSSAResultNRMSpace(Matrix pi, Matrix outspace, Matrix depRates, NetworkStruct sn)
-
-
Method Detail
-
getOutspace
final Matrix getOutspace()
-
getDepRates
final Matrix getDepRates()
-
getSn
final NetworkStruct getSn()
-
-
-
-