Class CheckDRAPRepresentation

java.lang.Object
jline.lib.butools.dmap.CheckDRAPRepresentation

public final class CheckDRAPRepresentation extends Object
  • Method Details

    • checkDRAPRepresentation

      public static boolean checkDRAPRepresentation(Matrix D0, Matrix D1, double prec)
      Checks if the input matrices define a discrete time RAP.
      Parameters:
      D0 - The D0 matrix of the DRAP to check
      D1 - The D1 matrix of the DRAP to check
      prec - Numerical precision
      Returns:
      True if the matrices define a valid DRAP
    • checkDRAPRepresentation

      public static boolean checkDRAPRepresentation(Matrix D0, Matrix D1)