Package jline.api.pfqn
Class Pfqn_sdr.Coeff
java.lang.Object
jline.api.pfqn.Pfqn_sdr.Coeff
- Enclosing class:
- Pfqn_sdr
Derived coefficients of an SDR structure, eqs. (11)-(14).
-
Field Summary
FieldsModifier and TypeFieldDescriptionintNumber of branch indices, including the unused complement index 0.double[]Coefficients C_t.double[][]Coefficients d_tb.double[]D_{t-1,t} = sum over A_t of d_{t-1,b}, eq.double[]D_tt = sum over A_t of d_tb, eq.int[][]inA[t] holds the branch indices b with level[b] >= t, the set A_t.int[]level[b], the unique t with B_b in V_t - V_{t+1}.double[]Largest branch population with delta nonnegative; infinite when C_t >= 0.The validated structure.intNumber of levels of subnetwork nesting.double[]Largest subnetwork population with omega nonnegative; infinite when C_t >= 0. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
T
public int TNumber of levels of subnetwork nesting. -
B
public int BNumber of branch indices, including the unused complement index 0. -
level
public int[] levellevel[b], the unique t with B_b in V_t - V_{t+1}. -
C
public double[] CCoefficients C_t. -
d
public double[][] dCoefficients d_tb. -
inA
public int[][] inAinA[t] holds the branch indices b with level[b] >= t, the set A_t. -
Dtt
public double[] DttD_tt = sum over A_t of d_tb, eq. (14); index 0 unused. -
Dprev
public double[] DprevD_{t-1,t} = sum over A_t of d_{t-1,b}, eq. (14); indices 0 and 1 unused. -
mmax
public double[] mmaxLargest branch population with delta nonnegative; infinite when C_t >= 0. -
vmax
public double[] vmaxLargest subnetwork population with omega nonnegative; infinite when C_t >= 0. -
sdr
The validated structure.
-
-
Constructor Details
-
Coeff
public Coeff()
-