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 R2x2
    Modifier and Type
    Method
    Description
    R2x2.clone()
    Creates and returns a deep copy of this matrix.
    static R2x2
    R2x2.clone(R2x2 matTarget)
    Create a deep copy of the given R2x2 matrix object.
    static R2x2
    Create and return a new identity matrix
    protected R2x2
    R2x2.newInstance(int row, int cnt)
    Handles object creation required by the base class.
    static R2x2
    R2x2.newRotation(double dblAng)
    Create and return the generator element of SO(2) which is a counter-clockwise rotation.
    static R2x2
     
    static R2x2
    R2x2.newZero()
    Create and return a new instance of a zero matrix.
    static R2x2
    R2x2.parse(String strTokens)
    Create a R2x2 instance and initialize it according to a token string of element values.
    Methods in xal.tools.math.r2 with parameters of type R2x2
    Modifier and Type
    Method
    Description
    static R2x2
    R2x2.clone(R2x2 matTarget)
    Create a deep copy of the given R2x2 matrix object.
    Constructors in xal.tools.math.r2 with parameters of type R2x2
    Modifier
    Constructor
    Description
     
    R2x2(R2x2 matParent)
    Copy Constructor - create a deep copy of the given matrix.
  • Uses of R2x2 in xal.tools.math.r4

    Methods in xal.tools.math.r4 with parameters of type R2x2
    Modifier and Type
    Method
    Description
    static R4x4
    R4x4.rotationProduct(R2x2 matSO2)
    Compute the rotation matrix in phase space that is essentially the Cartesian product of the given rotation matrix in SO(3).