Uses of Enum Class
xal.tools.math.r3.R3x3.POS
Packages that use R3x3.POS
-
Uses of R3x3.POS in xal.tools.math.r3
Methods in xal.tools.math.r3 that return R3x3.POSModifier and TypeMethodDescriptionR3x3.POS.transpose()
Return thePosition
object representing the transpose element of this position.static R3x3.POS
Returns the enum constant of this class with the specified name.static R3x3.POS[]
R3x3.POS.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in xal.tools.math.r3 that return types with arguments of type R3x3.POSModifier and TypeMethodDescriptionR3x3.POS.getDiagonal()
Return the set of all matrix element positions along the diagonal.R3x3.POS.getLowerTriangle()
Return the set of all element positions below the matrix diagonal.R3x3.POS.getOffDiagonal()
Return the set of all off-diagonal matrix positions.R3x3.POS.getUpperTriangle()
Returns the set of all element positions above the matrix diagonal.Methods in xal.tools.math.r3 with parameters of type R3x3.POS