Interface ResponseResult

  • All Known Implementing Classes:
    ResponseResultImpl

    public interface ResponseResult
    The result of a response-matrix calculation
    • Method Detail

      • getResponseMatrix

        Jama.Matrix getResponseMatrix()
        Returns:
        the full calculated Response matrix (H+V)
      • getTrajectoryMatrix

        Jama.Matrix getTrajectoryMatrix​(JMadPlane plane,
                                        DeflectionSign sign)
        the trajectory of a response calculation for one plane and one sign
        Parameters:
        plane - the plane for which to get the trajectory
        sign - the sign for which to get the trajectory
        Returns:
        a matrix which contains the trajectories for the given plane and sign