Package jline.io

Class Ret.pfqnSens

java.lang.Object
jline.io.Ret.pfqnSens
Enclosing class:
Ret

public static class Ret.pfqnSens extends Object
Result type for exact analytic performance sensitivities of a closed product-form network (see Pfqn_sens).

Holds the base MVA measures and their exact derivatives with respect to the differentiation parameters (all service demands L(i,r), then all think times Z(r)). Derivative tensors indexed by parameter p are stored as arrays of (M x R) matrices; dX is a single (R x P) matrix. The parameter metadata arrays describe each column p: paramType 0 = demand L, 1 = think Z; paramStation the station index i (-1 for Z); paramClass the class index r.

  • Field Details

    • X

      public Matrix X
    • Q

      public Matrix Q
    • U

      public Matrix U
    • R

      public Matrix R
    • dX

      public Matrix dX
    • dQ

      public Matrix[] dQ
    • dU

      public Matrix[] dU
    • dR

      public Matrix[] dR
    • paramType

      public int[] paramType
    • paramStation

      public int[] paramStation
    • paramClass

      public int[] paramClass
  • Constructor Details