Uses of Class
xal.tools.math.r2.R2x2
Packages that use R2x2
Package
Description
Package contains tools for working in the space of real
number pairs (x,y) ∈ R2.
-
Uses of R2x2 in xal.tools.math.r2
Methods in xal.tools.math.r2 that return R2x2Modifier and TypeMethodDescriptionR2x2.clone()Creates and returns a deep copy of this matrix.static R2x2Create a deep copy of the givenR2x2matrix object.static R2x2R2x2.newIdentity()Create and return a new identity matrixprotected R2x2R2x2.newInstance(int row, int cnt) Handles object creation required by the base class.static R2x2R2x2.newRotation(double dblAng) Create and return the generator element of SO(2) which is a counter-clockwise rotation.static R2x2R2x2.newSymplectic()static R2x2R2x2.newZero()Create and return a new instance of a zero matrix.static R2x2Create a R2x2 instance and initialize it according to a token string of element values.Methods in xal.tools.math.r2 with parameters of type R2x2Modifier and TypeMethodDescriptionstatic R2x2Create a deep copy of the givenR2x2matrix object.Constructors in xal.tools.math.r2 with parameters of type R2x2 -
Uses of R2x2 in xal.tools.math.r4
Methods in xal.tools.math.r4 with parameters of type R2x2Modifier and TypeMethodDescriptionstatic 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).