Package jline.api.pfqn.ld
Class Pfqn_lldfunKt
-
- All Implemented Interfaces:
public final class Pfqn_lldfunKt
-
-
Method Summary
Modifier and Type Method Description final static Matrixpfqn_lldfun(Matrix n, Matrix lldscaling, Matrix nservers)Evaluate limited-load dependent (LLD) function -
-
Method Detail
-
pfqn_lldfun
final static Matrix pfqn_lldfun(Matrix n, Matrix lldscaling, Matrix nservers)
Evaluate limited-load dependent (LLD) function
- Parameters:
n- Queue-length values.lldscaling- If not null, then the LLD function uses lldscaling to interpolate continuous values of nnservers- If not null, then the LLD function is set to be for a multi-server with nserver stations- Returns:
Interpolated LLD function values
-
-
-
-