Package jline.api.spn
Class Spn_pf.SpnPfResult
java.lang.Object
jline.api.spn.Spn_pf.SpnPfResult
- Enclosing class:
- Spn_pf
The product form, and the certificate that it is one.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondouble[][]The distinct complexes, one row each.intdouble[][]g[l][k] = g_l(k), ready for Mdd_rec."geometric" or "massaction", the psi that was found.intFilled by the caller that runs Spn_metrics on this product form.doubleRelative complex-balance residual at y.intbooleandouble[]Positive vector solving complex balance. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
g
public double[][] gg[l][k] = g_l(k), ready for Mdd_rec. -
y
public double[] yPositive vector solving complex balance. -
kind
"geometric" or "massaction", the psi that was found. -
complexes
public double[][] complexesThe distinct complexes, one row each. -
deficiency
public int deficiency -
linkage
public int linkage -
srank
public int srank -
weaklyReversible
public boolean weaklyReversible -
residual
public double residualRelative complex-balance residual at y. -
spn
-
metrics
Filled by the caller that runs Spn_metrics on this product form.
-
-
Constructor Details
-
SpnPfResult
public SpnPfResult()
-