Uses of Class
org.scictrl.mp.orbitcorrect.utilities.ResponseMatrix
Packages that use ResponseMatrix
Package
Description
- 
Uses of ResponseMatrix in org.scictrl.mp.orbitcorrect.correction
Methods in org.scictrl.mp.orbitcorrect.correction that return ResponseMatrixModifier and TypeMethodDescriptionOrbitCorrectionController.calculateResponseMatrix(OrbitCorrectionOperator op, Orientation ori) calculateResponseMatrix.OrbitCorrectionOperator.getResponseMatrix(Orientation ori) Getter for the fieldresponseMatrix. - 
Uses of ResponseMatrix in org.scictrl.mp.orbitcorrect.correction.models
Methods in org.scictrl.mp.orbitcorrect.correction.models that return ResponseMatrixModifier and TypeMethodDescriptionFrequencyOrbitCorrectionModel.addColumnToResponseMatrix(ResponseMatrix responseMatrix, ElementList<AbstractCorrector> correctors, ElementList<BPMonitor> monitors, DataBush databush) addColumnToResponseMatrix.EmpiricOrbitCorrectionModel.getCoupledResponseMatrix()getCoupledResponseMatrix.FrequencyOrbitCorrectionModel.getExternalResponseMatrix()Getter for the fieldexternalResponseMatrix.ResponseMatrixBumpModel.getExternalResponseMatrix()Getter for the fieldexternalResponseMatrix.EmpiricOrbitCorrectionModel.measureResponseMatrix(boolean showProgress, ElementList<AbstractCorrector> correctors, ElementList<BPMonitor> monitors, DataBush databush) measureResponseMatrix.Methods in org.scictrl.mp.orbitcorrect.correction.models with parameters of type ResponseMatrixModifier and TypeMethodDescriptionFrequencyOrbitCorrectionModel.addColumnToResponseMatrix(ResponseMatrix responseMatrix, ElementList<AbstractCorrector> correctors, ElementList<BPMonitor> monitors, DataBush databush) addColumnToResponseMatrix.protected voidAbstractSVDBasedModel.addReduction(ElementList<BPMonitor> monitors, ElementList<AbstractCorrector> correctors, ResponseMatrix responseMatrix, double[] correction) makeCorrection method comment.protected abstract CorrectionAbstractSVDBasedModel.makeCorrection(ElementList<AbstractCorrector> correctors, Orbit orbit, ResponseMatrix responseMatrix, DataBush db, OrbitCorrectionOperator op) makeCorrection.protected CorrectionAbstractSVDOrbitCorrectionModel.makeCorrection(ElementList<AbstractCorrector> correctors, Orbit orbit, ResponseMatrix responseMatrix, DataBush db, OrbitCorrectionOperator oc) makeCorrection.protected CorrectionBump3CModel.makeCorrection(ElementList<AbstractCorrector> correctors, Orbit orbit, ResponseMatrix responseMatrix, DataBush db, OrbitCorrectionOperator op) makeCorrection.protected CorrectionBump4CModel.makeCorrection(ElementList<AbstractCorrector> correctors, Orbit orbit, ResponseMatrix responseMatrix, DataBush db, OrbitCorrectionOperator op) makeCorrection.protected CorrectionCorrectorStrengthReductionModel.makeCorrection(ElementList<AbstractCorrector> correctors, Orbit orbit, ResponseMatrix responseMatrix, DataBush db, OrbitCorrectionOperator op) makeCorrection.protected CorrectionEmpiricOrbitCorrectionModel.makeCorrection(ElementList<AbstractCorrector> correctors, Orbit orbit, ResponseMatrix responseMatrix, DataBush db, OrbitCorrectionOperator oc) makeCorrection.protected CorrectionFrequencyOrbitCorrectionModel.makeCorrection(ElementList<AbstractCorrector> correctors, Orbit orbit, ResponseMatrix responseMatrix, DataBush db, OrbitCorrectionOperator op) makeCorrection.protected CorrectionResponseMatrixBumpModel.makeCorrection(ElementList<AbstractCorrector> correctors, Orbit orbit, ResponseMatrix responseMatrix, DataBush db, OrbitCorrectionOperator op) makeCorrection.protected voidAbstractSVDBasedModel.makeSVDInversion(double[] B, ResponseMatrix responseMatrix, double[] correction, DataBush db) makeSVDInversion.protected voidFrequencyOrbitCorrectionModel.makeSVDInversion(double[] B, ResponseMatrix responseMatrix, double[] correction, DataBush db) makeSVDInversion.voidFrequencyOrbitCorrectionModel.setExternalResponseMatrix(ResponseMatrix newExternalResponseMatrix) Setter for the fieldexternalResponseMatrix.voidResponseMatrixBumpModel.setExternalResponseMatrix(ResponseMatrix newExternalResponseMatrix) Setter for the fieldexternalResponseMatrix. - 
Uses of ResponseMatrix in org.scictrl.mp.orbitcorrect.utilities
Methods in org.scictrl.mp.orbitcorrect.utilities that return ResponseMatrixModifier and TypeMethodDescriptionstatic final ResponseMatrixResponseMatrix.fillWithCloseOrbitCalculation(ResponseMatrix rm, DataBush dataBush, Orientation orientation) Fills the provided RM with closed-orbit calculated matrix data.submatrix.submatrix.Methods in org.scictrl.mp.orbitcorrect.utilities with parameters of type ResponseMatrixModifier and TypeMethodDescriptionstatic final ResponseMatrixResponseMatrix.fillWithCloseOrbitCalculation(ResponseMatrix rm, DataBush dataBush, Orientation orientation) Fills the provided RM with closed-orbit calculated matrix data.