Class IstatesConditionalSubspaceLinearConstraints.GetMaxIStateAdj

java.lang.Object
com.polytechnik.utils.IstatesConditionalSubspaceLinearConstraints.GetMaxIStateAdj
Enclosing class:
IstatesConditionalSubspaceLinearConstraints

private static class IstatesConditionalSubspaceLinearConstraints.GetMaxIStateAdj extends Object
For a given u try a number of adjustment methods, select the one, providing the maximal I after the constraint <psi|bQQc|psi>=0 is satisfied.
  • Field Details

    • i

      final double i
    • orig_constraint

      final double orig_constraint
    • bpsi_M

      final PsiConstrained bpsi_M
    • m

      final double m
      Lagrange multiplier.
  • Constructor Details

    • GetMaxIStateAdj

      GetMaxIStateAdj(int n, double[] u, double[] bQQc, double[] bQQi, double[] ev_bQQc, double eps)
  • Method Details

    • getLagrangeMultiplier

      private static double getLagrangeMultiplier(double[] bpsi_M, double[] bQQi, double[] bQQc)