Class MinimalRepFromRAPKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • minimalRepFromRAP

        @JvmOverloads() final 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

        @JvmOverloads() final static Pair<Matrix, Matrix> minimalRepFromRAP(Matrix H0, Matrix H1, String how)

        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)
        Returns:

        Pair of (D0, D1) matrices of the minimal representation

      • minimalRepFromRAP

        @JvmOverloads() final static Pair<Matrix, Matrix> minimalRepFromRAP(Matrix H0, Matrix H1)

        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
        Returns:

        Pair of (D0, D1) matrices of the minimal representation