Uses of Interface
xal.tools.math.IIndex

Packages that use IIndex
Package
Description
Contains classes for representing particle beams and various aspects and properties of particle beams.
 
Package contains tools for working in the space of real number pairs (x,y) ∈ R2.
 
 
 
  • Uses of IIndex in xal.tools.beam

    Classes in xal.tools.beam that implement IIndex
    Modifier and Type
    Class
    Description
    static enum 
    Enumeration for the element position indices for homogeneous phase space objects.
    enum 
    Enumeration for the element position indices of six-dimensional phase space object.
    static enum 
    Enumeration for the element position indices of a homogeneous phase space objects.
    static enum 
    Enumeration for the element position indices for homogeneous phase space objects.
    static enum 
    Enumeration for the element position indices of three-dimensional objects.
  • Uses of IIndex in xal.tools.math

    Methods in xal.tools.math with parameters of type IIndex
    Modifier and Type
    Method
    Description
    double
    BaseMatrix.getElem(IIndex indRow, IIndex indCol)
    Returns the matrix element at the position indicated by the given row and column index sources.
    double
    BaseVector.getElem(IIndex iIndex)
    Returns the vector component at the position indicated by the given index in the IIndex interface.
    void
    BaseMatrix.setElem(IIndex iRow, IIndex iCol, double dblVal)
    Set the element specified by the given position indices to the given new value.
    void
    BaseVector.setElem(IIndex iIndex, double dblVal)
    Set individual element of a vector to given value.
  • Uses of IIndex in xal.tools.math.r2

    Classes in xal.tools.math.r2 that implement IIndex
    Modifier and Type
    Class
    Description
    static enum 
    Enumeration of the allowed index positions for objects of type R2x2.
  • Uses of IIndex in xal.tools.math.r3

    Classes in xal.tools.math.r3 that implement IIndex
    Modifier and Type
    Class
    Description
    static enum 
    Class R3x3.IND is an enumeration of the matrix indices for the R3x3 class.
    static enum 
    Class R3x3.IND is an enumeration of the matrix indices for the R3x3 class.
  • Uses of IIndex in xal.tools.math.r4

    Classes in xal.tools.math.r4 that implement IIndex
    Modifier and Type
    Class
    Description
    static enum 
    Class R4x4.IND is an enumeration of the matrix indices for the R4x4 class.
    static enum 
    Enumeration for the element position indices of a homogeneous phase space objects.
  • Uses of IIndex in xal.tools.math.r6

    Classes in xal.tools.math.r6 that implement IIndex
    Modifier and Type
    Class
    Description
    static enum 
    Class R3x3.IND is an enumeration of the matrix indices for the R3x3 class.
    static enum 
    Enumeration for the element position indices of a homogeneous phase space objects.