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