ANIMA  4.0
animaTOMS748RootFindingAlgorithm.h
Go to the documentation of this file.
1 #pragma once
2 #include "AnimaOptimizersExport.h"
3 
5 
6 namespace anima
7 {
8 
9 class ANIMAOPTIMIZERS_EXPORT TOMS748RootFindingAlgorithm : public BaseRootFindingAlgorithm
10 {
11 public:
14  double Optimize() ITK_OVERRIDE;
15 };
16 
17 } // end namespace anima
BaseCostFunctionType::ParametersType ParametersType