Package jline.api.mam

Class Map_checkfeasible

java.lang.Object
jline.api.mam.Map_checkfeasible

public final class Map_checkfeasible extends Object
  • Method Details

    • map_checkfeasible

      public static boolean map_checkfeasible(MatrixCell MAP, double TOL)
      Check the feasibility of a MAP with detailed validation.
    • map_checkfeasible

      public static boolean map_checkfeasible(Matrix D0, Matrix D1, double TOL)
      Check the feasibility of a MAP given separate D0 and D1 matrices.
    • map_checkfeasible

      public static boolean map_checkfeasible(Matrix D0, Matrix D1)