Uses of Class
org.scictrl.mp.orbitcorrect.math.TransferMatrix
Packages that use TransferMatrix
- 
Uses of TransferMatrix in org.scictrl.mp.orbitcorrect.math
Subclasses of TransferMatrix in org.scictrl.mp.orbitcorrect.mathModifier and TypeClassDescriptionfinal classBetaMatrix class.classAbstract DipoleMatrix class.final classDriftMatrix class.final classQuadrupoleMatrix class.final classRDipoleMatrix class.final classSDipoleMatrix class.Methods in org.scictrl.mp.orbitcorrect.math that return TransferMatrixModifier and TypeMethodDescriptionstatic TransferMatrixTransferMatrix.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.Methods in org.scictrl.mp.orbitcorrect.math with parameters of type TransferMatrixModifier 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
Fields in org.scictrl.mp.orbitcorrect.model.optics declared as TransferMatrixModifier and TypeFieldDescriptionprotected TransferMatrixAbstractTransferElement.matrixMain transfer matrix.Fields in org.scictrl.mp.orbitcorrect.model.optics with type parameters of type TransferMatrixModifier and TypeFieldDescriptionprotected List<TransferMatrix> AbstractTransferElement.matricesMatrices which depend on this element for updates.Methods in org.scictrl.mp.orbitcorrect.model.optics that return TransferMatrixModifier 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.