Class AbstractMatrixSolver
- java.lang.Object
-
- cern.accsoft.steering.aloha.calc.solve.matrix.AbstractMatrixSolver
-
- All Implemented Interfaces:
MatrixSolver,Solver
- Direct Known Subclasses:
MicadoSolver,SvdSolver
public abstract class AbstractMatrixSolver extends java.lang.Object implements MatrixSolver
-
-
Constructor Summary
Constructors Constructor Description AbstractMatrixSolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcheckInputDimensions(Jama.Matrix inMatrix, Jama.Matrix inVector)checks the dimensions of the input-matrix and vector.java.lang.StringtoString()-
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
-
-
-
-
Method Detail
-
checkInputDimensions
protected void checkInputDimensions(Jama.Matrix inMatrix, Jama.Matrix inVector) throws SolverExceptionchecks the dimensions of the input-matrix and vector.- Parameters:
inMatrix-inVector-- Throws:
SolverException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-