Package jline.io
Class Ret.pfqnSens
java.lang.Object
jline.io.Ret.pfqnSens
- Enclosing class:
Ret
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
X
-
Q
-
U
-
R
-
dX
-
dQ
-
dU
-
dR
-
paramType
public int[] paramType -
paramStation
public int[] paramStation -
paramClass
public int[] paramClass
-
-
Constructor Details
-
pfqnSens
-