Class AbstractMatrixSolver

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void checkInputDimensions​(Jama.Matrix inMatrix, Jama.Matrix inVector)
      checks the dimensions of the input-matrix and vector.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface cern.accsoft.steering.aloha.calc.solve.matrix.MatrixSolver

        solve
      • Methods inherited from interface cern.accsoft.steering.aloha.calc.solve.Solver

        getName
    • Constructor Detail

      • AbstractMatrixSolver

        public AbstractMatrixSolver()
    • Method Detail

      • checkInputDimensions

        protected void checkInputDimensions​(Jama.Matrix inMatrix,
                                            Jama.Matrix inVector)
                                     throws SolverException
        checks the dimensions of the input-matrix and vector.
        Parameters:
        inMatrix -
        inVector -
        Throws:
        SolverException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object