Package cern.accsoft.steering.aloha.calc.algorithm
-
Interface Summary Interface Description Algorithm An Algorithm is a class that works together with a solver to minimize the difference between measurement and model.AlgorithmManager This is the interface of a class that keeps track of all available Algorithm factories. -
Class Summary Class Description AbstractAlgorithm<T extends Solver> AlgorithmManagerImpl The implementation of anAlgorithmManager.MatrixAlgorithm SimpleAlgorithm This is the implementation of an iterative algorithm which ...