Class CheckMAPRepresentation

java.lang.Object
jline.lib.butools.map.CheckMAPRepresentation

public final class CheckMAPRepresentation extends Object
  • Method Details

    • checkMAPRepresentation

      public static boolean checkMAPRepresentation(Matrix D0, Matrix D1, double prec)
      Checks if the input matrices define a continuous time MAP.
    • checkMAPRepresentation

      public static boolean checkMAPRepresentation(Matrix D0, Matrix D1)
    • checkRAPRepresentation

      public static boolean checkRAPRepresentation(Matrix H0, Matrix H1, double prec)
      Checks if the input matrices define a valid RAP representation.
    • checkRAPRepresentation

      public static boolean checkRAPRepresentation(Matrix H0, Matrix H1)