Class Pfqn_oifnc

java.lang.Object
jline.api.pfqn.ld.Pfqn_oifnc

public final class Pfqn_oifnc extends Object
  • Method Details

    • pfqn_oifnc

      public static Ret.pfqnOifnc pfqn_oifnc(Matrix Phi, int[] N)
      Default target f(n) = sum(n) (total occupancy).
    • pfqn_oifnc

      public static Ret.pfqnOifnc pfqn_oifnc(Matrix Phi, int[] N, ToDoubleFunction<int[]> f)
      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.