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 TypeClassDescriptionclass
General electromagnetic field map integrator. -
Uses of SquareMatrix in xal.tools.beam
Subclasses of SquareMatrix in xal.tools.beamModifier and TypeClassDescriptionclass
ACovarianceMatrix
in homogeneous coordinates represents all moments of a phase space distribution up to and including second order.class
Represents 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 TypeClassDescriptionclass
SquareMatrix<M extends SquareMatrix<M>>
ClassSquareMatrix
is the abstract base class for square matrix objects supported in the XAL tools packages.Subclasses of SquareMatrix in xal.tools.mathModifier and TypeClassDescriptionclass
Concrete 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 TypeClassDescriptionclass
Represents 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 TypeClassDescriptionclass
Represents 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 TypeClassDescriptionclass
Represents 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 TypeClassDescriptionclass
Represents an element of R6×6, the set of real, 6×6 matrices.