Package jline.lib.mom.solver
Object SetupLinearSystem
-
- All Implemented Interfaces:
public class SetupLinearSystemConstructs the linear system matrices for the MOM solver This is a port of the MATLAB setupls.m function
-
-
Field Summary
Fields Modifier and Type Field Description public final static SetupLinearSystemINSTANCE
-
Method Summary
Modifier and Type Method Description final LinearSystemMatricessetup(RealMatrix L, IntArray N, DoubleArray Z, Integer r)Setup linear system matrices for a given class r -
-
Method Detail
-
setup
final LinearSystemMatrices setup(RealMatrix L, IntArray N, DoubleArray Z, Integer r)
Setup linear system matrices for a given class r
- Parameters:
L- Service rate matrix (M×R)N- Population vector (1×R)Z- Think time vector (1×R)r- Current class index (0-based)- Returns:
LinearSystemMatrices containing C, Cg, D, Dr
-
-
-
-