Class ComputeT_NAREKt

    • 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
    • Method Summary

      Modifier and Type Method Description
      final static Matrix computeT_NARE(Matrix D0, Matrix D1, Matrix S, Matrix A_jump) Compute T-matrix via NARE method using Schur decompositionThe T-matrix satisfies the equation: TX + Xkron(I_ms, D0) + kron(A_jump, I_ma) = 0where X is the solution to the algebraic Riccati equation associated with the Hamiltonian matrix H = A, B; -C, -D.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • computeT_NARE

         final static Matrix computeT_NARE(Matrix D0, Matrix D1, Matrix S, Matrix A_jump)

        Compute T-matrix via NARE method using Schur decomposition

        The T-matrix satisfies the equation: TX + Xkron(I_ms, D0) + kron(A_jump, I_ma) = 0

        where X is the solution to the algebraic Riccati equation associated with the Hamiltonian matrix H = A, B; -C, -D.

        Parameters:
        D0 - D0 matrix (transitions without arrivals)
        D1 - D1 matrix (transitions with arrivals)
        S - State transition matrix
        A_jump - Jump matrix
        Returns:

        T-matrix