golib
0.5
|
This is the complete list of members for goMath::LineSearch< callable_, vector_type >, including all inherited members.
LineSearch(typename vector_type::value_type t=1, typename vector_type::value_type alpha=0.2, typename vector_type::value_type beta=0.5) (defined in goMath::LineSearch< callable_, vector_type >) | goMath::LineSearch< callable_, vector_type > | inline |
myAlpha (defined in goMath::LineSearch< callable_, vector_type >) | goMath::LineSearch< callable_, vector_type > | protected |
myBeta (defined in goMath::LineSearch< callable_, vector_type >) | goMath::LineSearch< callable_, vector_type > | protected |
myT (defined in goMath::LineSearch< callable_, vector_type >) | goMath::LineSearch< callable_, vector_type > | protected |
operator()(callable_ &f, typename vector_type::value_type f_x, const vector_type &nabla_f_x, const vector_type &x, const vector_type &dx) (defined in goMath::LineSearch< callable_, vector_type >) | goMath::LineSearch< callable_, vector_type > | inline |
~LineSearch() (defined in goMath::LineSearch< callable_, vector_type >) | goMath::LineSearch< callable_, vector_type > | inlinevirtual |