Uses of Class
xal.tools.math.SquareMatrix
Packages that use SquareMatrix
Package
Description
Combination of modeling elements from TraceWin documentation put into OpenXAL reference frame.
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 SquareMatrix in xal.extension.jels.model.elem
Subclasses of SquareMatrix in xal.extension.jels.model.elemModifier and TypeClassDescriptionclassGeneral electromagnetic field map integrator. -
Uses of SquareMatrix in xal.tools.beam
Subclasses of SquareMatrix in xal.tools.beamModifier and TypeClassDescriptionclassACovarianceMatrixin homogeneous coordinates represents all moments of a phase space distribution up to and including second order.classRepresents a two-tensor on the space of homogeneous phase space coordinates in three spatial dimensions. -
Uses of SquareMatrix in xal.tools.math
Classes in xal.tools.math with type parameters of type SquareMatrixModifier and TypeClassDescriptionclassSquareMatrix<M extends SquareMatrix<M>>ClassSquareMatrixis the abstract base class for square matrix objects supported in the XAL tools packages.Subclasses of SquareMatrix in xal.tools.mathModifier and TypeClassDescriptionclassConcrete implementation of Square matrix of arbitrary sizeMethods in xal.tools.math with type parameters of type SquareMatrixModifier and TypeMethodDescription<M extends SquareMatrix<M>>
VBaseVector.leftMultiply(M mat) Vector left multiplication, or covariant operation of matrix on this vector (post-multiply vector by matrix).<M extends SquareMatrix<M>>
VBaseVector.rightMultiply(M mat) Vector right multiplication, or contra-variant operation of the matrix on this vector (pre-multiply vector by matrix). -
Uses of SquareMatrix in xal.tools.math.r2
Subclasses of SquareMatrix in xal.tools.math.r2Modifier and TypeClassDescriptionclassRepresents an element of R2x2, the set of real 3x3 matrices. -
Uses of SquareMatrix in xal.tools.math.r3
Subclasses of SquareMatrix in xal.tools.math.r3Modifier and TypeClassDescriptionclassRepresents an element of R3×3, the set of real, 3×3 matrices. -
Uses of SquareMatrix in xal.tools.math.r4
Subclasses of SquareMatrix in xal.tools.math.r4Modifier and TypeClassDescriptionclassRepresents an element of R4×4, the set of real, 4×4 matrices. -
Uses of SquareMatrix in xal.tools.math.r6
Subclasses of SquareMatrix in xal.tools.math.r6Modifier and TypeClassDescriptionclassRepresents an element of R6×6, the set of real, 6×6 matrices.