Uses of Class
xal.tools.math.BaseMatrix
Packages that use BaseMatrix
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.
Package for doing linear algebra in the general base space of
Rn
where n is a positive integer.
-
Uses of BaseMatrix in xal.extension.jels.model.elem
Subclasses of BaseMatrix in xal.extension.jels.model.elemModifier and TypeClassDescriptionclass
General electromagnetic field map integrator. -
Uses of BaseMatrix in xal.tools.beam
Subclasses of BaseMatrix 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 BaseMatrix in xal.tools.math
Classes in xal.tools.math with type parameters of type BaseMatrixSubclasses of BaseMatrix in xal.tools.mathModifier and TypeClassDescriptionclass
Concrete implementation of a BaseMatrix class for general matrices.class
Concrete implementation of Square matrix of arbitrary sizeclass
SquareMatrix<M extends SquareMatrix<M>>
ClassSquareMatrix
is the abstract base class for square matrix objects supported in the XAL tools packages.Methods in xal.tools.math with parameters of type BaseMatrixModifier and TypeMethodDescriptionstatic GenericSquareMatrix
GenericMatrix.createSquare
(BaseMatrix<?> m) Create a copy of provided matrix as a square matrix.boolean
BaseMatrix.isEquivalentTo
(BaseMatrix<M> matTest) Checks if the given matrix is algebraically equivalent to this matrix.void
SquareMatrix.timesEquals
(BaseMatrix<M> matMult) Deprecated.Misleading name, this is not real matrix multiplication.Constructors in xal.tools.math with parameters of type BaseMatrixModifierConstructorDescriptionGenericMatrix
(BaseMatrix<M> mat) Deep copy of any matrix to GenericMatrix. -
Uses of BaseMatrix in xal.tools.math.r2
Subclasses of BaseMatrix in xal.tools.math.r2Modifier and TypeClassDescriptionclass
Represents an element of R2x2, the set of real 3x3 matrices. -
Uses of BaseMatrix in xal.tools.math.r3
Subclasses of BaseMatrix in xal.tools.math.r3Modifier and TypeClassDescriptionclass
Represents an element of R3×3, the set of real, 3×3 matrices. -
Uses of BaseMatrix in xal.tools.math.r4
Subclasses of BaseMatrix in xal.tools.math.r4Modifier and TypeClassDescriptionclass
Represents an element of R4×4, the set of real, 4×4 matrices. -
Uses of BaseMatrix in xal.tools.math.r6
Subclasses of BaseMatrix in xal.tools.math.r6Modifier and TypeClassDescriptionclass
Represents an element of R6×6, the set of real, 6×6 matrices. -
Uses of BaseMatrix in xal.tools.math.rn
Subclasses of BaseMatrix in xal.tools.math.rnModifier and TypeClassDescriptionclass
Real matrix with arbitrary row and column dimensions.