Class MinimalRepFromRAP

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

public final class MinimalRepFromRAP extends Object
  • Method Details

    • minimalRepFromRAP

      public static Pair<Matrix,Matrix> minimalRepFromRAP(Matrix H0, Matrix H1, String how, double precision)
      Returns the minimal representation of a rational arrival process.
      Parameters:
      H0 - The H0 matrix of the rational arrival process
      H1 - The H1 matrix of the rational arrival process
      how - Determines how the representation is minimized: "cont" = controllability, "obs" = observability, "obscont" = both (default)
      precision - Precision used by the Staircase algorithm (default 1e-12)
      Returns:
      Pair of (D0, D1) matrices of the minimal representation
    • minimalRepFromRAP

      public static Pair<Matrix,Matrix> minimalRepFromRAP(Matrix H0, Matrix H1, String how)
    • minimalRepFromRAP

      public static Pair<Matrix,Matrix> minimalRepFromRAP(Matrix H0, Matrix H1)