ANIMA
4.0
|
#include <animaBaseRootFindingAlgorithm.h>
Public Types | |
using | BaseCostFunctionPointer = BaseCostFunctionType::Pointer |
using | BaseCostFunctionType = itk::SingleValuedCostFunction |
using | ParametersType = BaseCostFunctionType::ParametersType |
Public Member Functions | |
double | operator() (const double &x) |
RootFindingFunctionBoostBridge () | |
void | SetRootFindingFunction (BaseCostFunctionType *f) |
Definition at line 26 of file animaBaseRootFindingAlgorithm.h.
using anima::RootFindingFunctionBoostBridge::BaseCostFunctionPointer = BaseCostFunctionType::Pointer |
Definition at line 30 of file animaBaseRootFindingAlgorithm.h.
using anima::RootFindingFunctionBoostBridge::BaseCostFunctionType = itk::SingleValuedCostFunction |
Definition at line 29 of file animaBaseRootFindingAlgorithm.h.
using anima::RootFindingFunctionBoostBridge::ParametersType = BaseCostFunctionType::ParametersType |
Definition at line 31 of file animaBaseRootFindingAlgorithm.h.
|
inline |
Definition at line 37 of file animaBaseRootFindingAlgorithm.h.
double anima::RootFindingFunctionBoostBridge::operator() | ( | const double & | x | ) |
Definition at line 11 of file animaBaseRootFindingAlgorithm.cxx.
|
inline |
Definition at line 35 of file animaBaseRootFindingAlgorithm.h.
Referenced by anima::BoostBisectionRootFindingAlgorithm::Optimize(), anima::TOMS748RootFindingAlgorithm::Optimize(), and anima::BracketAndSolveRootFindingAlgorithm::Optimize().