Uses of Enum Class
xal.tools.beam.PhaseMatrix.IND
Packages that use PhaseMatrix.IND
Package
Description
Contains classes for representing particle beams
and various aspects and properties of particle beams.
-
Uses of PhaseMatrix.IND in xal.tools.beam
Methods in xal.tools.beam that return PhaseMatrix.INDModifier and TypeMethodDescriptionstatic PhaseMatrix.INDReturns the enum constant of this class with the specified name.static PhaseMatrix.IND[]PhaseMatrix.IND.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in xal.tools.beam that return types with arguments of type PhaseMatrix.INDModifier and TypeMethodDescriptionstatic Set<PhaseMatrix.IND>PhaseMatrix.IND.valuesPhase()Returns the set of index constants that correspond to phase coordinates only.Methods in xal.tools.beam with parameters of type PhaseMatrix.INDModifier and TypeMethodDescriptionPhaseMatrix.projectColumn(PhaseMatrix.IND j) Projects the jth column onto R6.PhaseMatrix.projectRow(PhaseMatrix.IND i) Projects the ith row onto R6.