This is the complete list of members for aims::Newton< O, L >, including all inherited members.
_crit | aims::Newton< O, L > | protected |
_epsilon | aims::Newton< O, L > | protected |
_f | aims::Newton< O, L > | protected |
_gamma | aims::Newton< O, L > | protected |
_ls | aims::Newton< O, L > | protected |
_max_it | aims::Newton< O, L > | protected |
_maximize | aims::Newton< O, L > | protected |
_verbose | aims::Newton< O, L > | protected |
_x | aims::Newton< O, L > | protected |
execute() | aims::Newton< O, L > | |
gamma() const | aims::Newton< O, L > | |
LineSearch typedef | aims::Newton< O, L > | |
lineSearch() | aims::Newton< O, L > | |
Matrix typedef | aims::Newton< O, L > | |
maximize() const | aims::Newton< O, L > | |
maxIterations() const | aims::Newton< O, L > | |
Newton(const Objective &f=Objective(), const Vector &x=Vector()) | aims::Newton< O, L > | |
Newton(const Newton< O, L > &other) | aims::Newton< O, L > | |
Objective typedef | aims::Newton< O, L > | |
objectiveFunction() const | aims::Newton< O, L > | |
operator=(const Newton< O, L > &other) | aims::Newton< O, L > | |
position() const | aims::Newton< O, L > | |
setGamma(float gamma=0.1) | aims::Newton< O, L > | |
setLineSearch(const LineSearch &l=LineSearch()) | aims::Newton< O, L > | |
setMaximize(bool maximize=false) | aims::Newton< O, L > | |
setMaxIterations(int n=- 1) | aims::Newton< O, L > | |
setObjectiveFunction(const Objective &f) | aims::Newton< O, L > | |
setPosition(const Vector &x=Vector()) | aims::Newton< O, L > | |
setStopCriterion(const std::string &crit="absdiff") | aims::Newton< O, L > | |
setStopValue(float epsilon=1E-5) | aims::Newton< O, L > | |
setVerbose(int v=carto::verbose) | aims::Newton< O, L > | |
stopCriterion() const | aims::Newton< O, L > | |
stopValue() const | aims::Newton< O, L > | |
Vector typedef | aims::Newton< O, L > | |
verbose() const | aims::Newton< O, L > | |
~Newton() | aims::Newton< O, L > | |