Uses of Class
xal.tools.math.r4.R4x4
Packages that use R4x4
Package
Description
Contains classes for representing particle beams
and various aspects and properties of particle beams.
-
Uses of R4x4 in xal.tools.beam
Methods in xal.tools.beam that return R4x4Modifier and TypeMethodDescriptionPhaseMatrix.projectR4x4()Projects thePhaseMatrixonto the space of 4×4 matrices. -
Uses of R4x4 in xal.tools.math.r4
Methods in xal.tools.math.r4 that return R4x4Modifier and TypeMethodDescriptionR4x4.clone()Creates and returns a deep copy of this matrix.static R4x4R4x4.extractTransverse(PhaseMatrix matPhi) Extracts a copy of the transverse portion of the givenPhaseMatrixand returns it.static R4x4R4x4.newIdentity()Create a new identity matrixprotected R4x4R4x4.newInstance(int row, int cnt) Handles object creation required by the base class.static R4x4R4x4.newZero()Create a new instance of a zero matrix.static R4x4Create a newR6x6instance and initialize it according to a token string of element values.static R4x4R4x4.rotationProduct(R2x2 matSO2) Compute the rotation matrix in phase space that is essentially the Cartesian product of the given rotation matrix in SO(3).Constructors in xal.tools.math.r4 with parameters of type R4x4