Package jline.api.pfqn
Class Pfqn_replicas
java.lang.Object
jline.api.pfqn.Pfqn_replicas
-
Method Summary
Modifier and TypeMethodDescriptionstatic Matrixpfqn_combine_mi(Matrix mi, int[] mapping, int M_unique) Combine user-provided multiplicity vector with detected replica multiplicity.pfqn_expand(Matrix QN, Matrix UN, Matrix CN, int[] mapping) Expand per-station metrics from reduced model to original dimensions.static PfqnUniqueResultstatic PfqnUniqueResultpfqn_unique(Matrix L, Matrix mu) static PfqnUniqueResultpfqn_unique(Matrix L, Matrix mu, Matrix gamma) Consolidate replicated stations into unique stations with multiplicity.
-
Method Details
-
pfqn_unique
Consolidate replicated stations into unique stations with multiplicity. -
pfqn_unique
-
pfqn_unique
-
pfqn_expand
public static kotlin.Triple<Matrix,Matrix, pfqn_expandMatrix> (Matrix QN, Matrix UN, Matrix CN, int[] mapping) Expand per-station metrics from reduced model to original dimensions. -
pfqn_combine_mi
Combine user-provided multiplicity vector with detected replica multiplicity.
-