Package jline.api.pfqn.ld
Class Pfqn_oifnc
java.lang.Object
jline.api.pfqn.ld.Pfqn_oifnc
-
Method Summary
Modifier and TypeMethodDescriptionstatic Ret.pfqnOifncpfqn_oifnc(Matrix Phi, int[] N) Default target f(n) = sum(n) (total occupancy).static Ret.pfqnOifncpfqn_oifnc(Matrix Phi, int[] N, ToDoubleFunction<int[]> f) OI functional-server balance/rate for a target queue-dependent function.
-
Method Details
-
pfqn_oifnc
Default target f(n) = sum(n) (total occupancy). -
pfqn_oifnc
OI functional-server balance/rate for a target queue-dependent function.- Parameters:
Phi- balance function of the existing OI station over the lattice, given as a flat column-major vector of length prod(N+1).N- (1 x R) closed population vector, finite.f- target function f(n) with f(0)=0; null defaults to sum(n).- Returns:
- the FNC rate handle muf, and Psi/mu tabulated as flat column-major vectors over the lattice.
-