Package com.polytechnik.kgo
Class KGOIterationalLinearConstraintsExtraDegreesOfFreedom
java.lang.Object
com.polytechnik.kgo.KGOIterationalLinearConstraintsExtraDegreesOfFreedom
A class to find KGO operator using linear constraints
and solving eigenproblem with
nC
extra degreed of freedom.
Not very good, worse that KGOIterationalLinearConstraints
.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
private static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal UAdjustment
final KGOEVSelection
private static final boolean
private static final int
-
Constructor Summary
ConstructorsConstructorDescriptionKGOIterationalLinearConstraintsExtraDegreesOfFreedom
(int nC, int nX, double[] SK, double eps) -
Method Summary
Modifier and TypeMethodDescriptionprivate static double[]
getU_addExtraDegreesOfFreedom1
(double[] u, int nC) For unit test.
-
Field Details
-
N_iterations
private static final int N_iterations- See Also:
-
FORCE_DIAG_DUMP
private static final boolean FORCE_DIAG_DUMP- See Also:
-
evSelected
-
aep
-
-
Constructor Details
-
KGOIterationalLinearConstraintsExtraDegreesOfFreedom
KGOIterationalLinearConstraintsExtraDegreesOfFreedom(int nC, int nX, double[] SK, double eps)
-
-
Method Details
-
getU_addExtraDegreesOfFreedom1
private static double[] getU_addExtraDegreesOfFreedom1(double[] u, int nC) For unit test.
-