Interface ResponseResult
-
- All Known Implementing Classes:
ResponseResultImpl
public interface ResponseResultThe result of a response-matrix calculation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Jama.MatrixgetResponseMatrix()Jama.MatrixgetTrajectoryMatrix(JMadPlane plane, DeflectionSign sign)the trajectory of a response calculation for one plane and one sign
-
-
-
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 trajectorysign- the sign for which to get the trajectory- Returns:
- a matrix which contains the trajectories for the given plane and sign
-
-