, including all inherited members.
bracket_epsilon | ConjugateGradient< Size, Precision > | |
bracket_initial_lambda | ConjugateGradient< Size, Precision > | |
ConjugateGradient(const Vector< Size > &start, const Func &func, const Deriv &deriv) | ConjugateGradient< Size, Precision > | |
ConjugateGradient(const Vector< Size > &start, const Func &func, const Vector< Size > &deriv) | ConjugateGradient< Size, Precision > | |
epsilon | ConjugateGradient< Size, Precision > | |
find_next_point(const Func &func) | ConjugateGradient< Size, Precision > | |
finished() | ConjugateGradient< Size, Precision > | |
g | ConjugateGradient< Size, Precision > | |
h | ConjugateGradient< Size, Precision > | |
init(const Vector< Size > &start, const Precision &func, const Vector< Size > &deriv) | ConjugateGradient< Size, Precision > | |
iterate(const Func &func, const Deriv &deriv) | ConjugateGradient< Size, Precision > | |
iterations | ConjugateGradient< Size, Precision > | |
linesearch_epsilon | ConjugateGradient< Size, Precision > | |
linesearch_max_iterations | ConjugateGradient< Size, Precision > | |
linesearch_tolerance | ConjugateGradient< Size, Precision > | |
max_iterations | ConjugateGradient< Size, Precision > | |
minus_h | ConjugateGradient< Size, Precision > | |
old_g | ConjugateGradient< Size, Precision > | |
old_h | ConjugateGradient< Size, Precision > | |
old_x | ConjugateGradient< Size, Precision > | |
old_y | ConjugateGradient< Size, Precision > | |
size | ConjugateGradient< Size, Precision > | |
tolerance | ConjugateGradient< Size, Precision > | |
update_vectors_PR(const Vector< Size > &grad) | ConjugateGradient< Size, Precision > | |
x | ConjugateGradient< Size, Precision > | |
y | ConjugateGradient< Size, Precision > | |