Uses of Class
xal.tools.math.BaseVector
Packages that use BaseVector
Package
Description
Contains classes for representing particle beams
and various aspects and properties of particle beams.
Package for doing linear algebra in the general base space of
Rn
where n is a positive integer.
-
Uses of BaseVector in xal.tools.beam
Subclasses of BaseVector in xal.tools.beamModifier and TypeClassDescriptionclass
Class encapsulating the synchronous phase coordinates.class
Class.
-
Uses of BaseVector in xal.tools.math
Classes in xal.tools.math with type parameters of type BaseVectorModifier and TypeClassDescriptionclass
BaseVector<V extends BaseVector<V>>
ClassVector
is the abstract base class for matrix objects supported in the XAL tools packages.Subclasses of BaseVector in xal.tools.mathModifier and TypeClassDescriptionclass
Concrete implementation of vector with arbitrary length.Methods in xal.tools.math with type parameters of type BaseVectorModifier and TypeMethodDescription<U extends BaseVector<U>>
voidBaseVector.embedIn
(U vecSup) Embeds this vector into the larger super-space represented by the given vector.<U extends BaseVector<U>>
voidBaseVector.projectOnto
(U vecSub) Projects this vector onto the smaller subspace represented by the given vector.<V extends BaseVector<V>>
VSquareMatrix.solve
(V vecObs) Solves the linear matrix-vector system without destroying the given data vector.<V extends BaseVector<V>>
voidSquareMatrix.solveInPlace
(V vecObs) Solves the linear matrix-vector system and returns the solution in the given data vector.<V extends BaseVector<V>>
VBaseMatrix.times
(V vecFac) Non-destructive matrix-vector multiplication. -
Uses of BaseVector in xal.tools.math.r3
Subclasses of BaseVector in xal.tools.math.r3Modifier and TypeClassDescriptionclass
Represents an element of R^3, the three-dimensional cartesian real space. -
Uses of BaseVector in xal.tools.math.r4
Subclasses of BaseVector in xal.tools.math.r4 -
Uses of BaseVector in xal.tools.math.r6
Subclasses of BaseVector in xal.tools.math.r6 -
Uses of BaseVector in xal.tools.math.rn
Subclasses of BaseVector in xal.tools.math.rnModifier and TypeClassDescriptionclass
Represents a vector of real numbers with arbitrary length.