-----------------------------------------------------------------------------
| 31 | |
| 32 | //----------------------------------------------------------------------------- |
| 33 | class AbsoluteValueAlgorithm : public AbstractValueAlgorithm |
| 34 | { |
| 35 | double operator()(Matrix const&, MatrixIterator const&) const override; |
| 36 | double max(double maxRawValue) const override; |
| 37 | }; |
| 38 | |
| 39 | //----------------------------------------------------------------------------- |
| 40 | class AbstractRelativeValueAlgorithm : public AbstractValueAlgorithm |
nothing calls this directly
no outgoing calls
no test coverage detected