Uses of Class
org.scictrl.mp.orbitcorrect.math.TransferMatrix
-
Uses of TransferMatrix in org.scictrl.mp.orbitcorrect.math
Modifier and TypeClassDescriptionfinal class
BetaMatrix class.class
Abstract DipoleMatrix class.final class
DriftMatrix class.final class
QuadrupoleMatrix class.final class
RDipoleMatrix class.final class
SDipoleMatrix class.Modifier and TypeMethodDescriptionstatic TransferMatrix
TransferMatrix.identity()
identity.DriftMatrix.multiplay
(TransferMatrix matrix) multiplay.QuadrupoleMatrix.multiplay
(TransferMatrix matrix) multiplay.RDipoleMatrix.multiplay
(TransferMatrix matrix) multiplay.SDipoleMatrix.multiplay
(TransferMatrix matrix) multiplay.TransferMatrix.multiplay
(TransferMatrix matrix) multiplay.Modifier and TypeMethodDescriptionDriftMatrix.multiplay
(TransferMatrix matrix) multiplay.QuadrupoleMatrix.multiplay
(TransferMatrix matrix) multiplay.RDipoleMatrix.multiplay
(TransferMatrix matrix) multiplay.SDipoleMatrix.multiplay
(TransferMatrix matrix) multiplay.TransferMatrix.multiplay
(TransferMatrix matrix) multiplay. -
Uses of TransferMatrix in org.scictrl.mp.orbitcorrect.model.optics
Modifier and TypeFieldDescriptionprotected TransferMatrix
AbstractTransferElement.matrix
Main transfer matrix.Modifier and TypeFieldDescriptionprotected List
<TransferMatrix> AbstractTransferElement.matrices
Matrices which depend on this element for updates.Modifier and TypeMethodDescriptionDataBush.getElementMatrix
(String name) Returns transfer matrix of AbstractTransferElement with specified name.AbstractTransferElement.getMatrix()
This method return transfer matrix of the element.DataBushInfo.getMatrix()
This method return transfer matrix of the system.AbstractBending.newMatrix()
This method return transfer matrix of drift with the same length as this element.AbstractBending.newMatrix
(double length) This method return transfer matrix of drift with the specified length.AbstractTransferElement.newMatrix()
This method return transfer matrix of drift with the same length as this element.AbstractTransferElement.newMatrix
(double length) This method return transfer matrix of drift with the specified length.Quadrupole.newMatrix()
This method return transfer matrix of drift with the same length as this element.Quadrupole.newMatrix
(double length) This method return transfer matrix of drift with the specified length.RBending.newMatrix()
This method return transfer matrix of drift with the same length as this element.RBending.newMatrix
(double length) This method return transfer matrix of drift with the specified length.DataBush.transferMatrix
(AbstractOpticalElement first, AbstractOpticalElement last) This method returns first optical element to last.DataBush.transferMatrix
(SimpleData first, SimpleData last) This method returns first optical element to last.