Interface MatrixSolver

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      MatrixSolverResult solve​(Jama.Matrix matrix, Jama.Matrix inVector, Jama.Matrix inVectorErrors)
      shall give the result: outVector = matrix^(-1) * inVector;
      • Methods inherited from interface cern.accsoft.steering.aloha.calc.solve.Solver

        getName
    • Method Detail

      • solve

        MatrixSolverResult solve​(Jama.Matrix matrix,
                                 Jama.Matrix inVector,
                                 Jama.Matrix inVectorErrors)
                          throws SolverException
        shall give the result: outVector = matrix^(-1) * inVector;
        Parameters:
        matrix -
        inVector -
        inVectorErrors -
        Returns:
        the result
        Throws:
        SolverException