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 TypeClassDescriptionclassGeneral electromagnetic field map integrator. -
Uses of BaseMatrix in xal.tools.beam
Subclasses of BaseMatrix 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 BaseMatrix in xal.tools.math
Classes in xal.tools.math with type parameters of type BaseMatrixSubclasses of BaseMatrix in xal.tools.mathModifier and TypeClassDescriptionclassConcrete implementation of a BaseMatrix class for general matrices.classConcrete implementation of Square matrix of arbitrary sizeclassSquareMatrix<M extends SquareMatrix<M>>ClassSquareMatrixis 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 GenericSquareMatrixGenericMatrix.createSquare(BaseMatrix<?> m) Create a copy of provided matrix as a square matrix.booleanBaseMatrix.isEquivalentTo(BaseMatrix<M> matTest) Checks if the given matrix is algebraically equivalent to this matrix.voidSquareMatrix.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 TypeClassDescriptionclassRepresents 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 TypeClassDescriptionclassRepresents 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 TypeClassDescriptionclassRepresents 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 TypeClassDescriptionclassRepresents 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 TypeClassDescriptionclassReal matrix with arbitrary row and column dimensions.