Interface Algorithm
-
- All Known Implementing Classes:
AbstractAlgorithm,MatrixAlgorithm,SimpleAlgorithm
public interface AlgorithmAn Algorithm is a class that works together with a solver to minimize the difference between measurement and model. The calculator defines initializes the calculation and keeps track of the iterations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Jama.Matrixcalc()voidreset()
-
-
-
Method Detail
-
reset
void reset() throws CalculatorException- Throws:
CalculatorException
-
calc
Jama.Matrix calc() throws CalculatorException- Throws:
CalculatorException
-
-