aimstil
5.0.5
|
Gradient estimator of a multidimensional functional. More...
#include <cathier/minTools.h>
Public Types | |
typedef TFunctor::argument_type | input_type |
typedef value_type_of< input_type >::type | input_prec |
typedef TFunctor::result_type | output_prec |
Public Member Functions | |
GradientEstimator (TFunctor functor, input_prec delta) | |
void | setDelta (input_prec delta) |
const input_prec & | delta () const |
void | operator() (input_type p, input_type &grad) |
Gradient estimator of a multidimensional functional.
Definition at line 617 of file minTools.h.
typedef value_type_of<input_type>::type til::GradientEstimator< TFunctor >::input_prec |
Definition at line 622 of file minTools.h.
typedef TFunctor::argument_type til::GradientEstimator< TFunctor >::input_type |
Definition at line 621 of file minTools.h.
typedef TFunctor::result_type til::GradientEstimator< TFunctor >::output_prec |
Definition at line 623 of file minTools.h.
|
inline |
Definition at line 628 of file minTools.h.
|
inline |
Definition at line 644 of file minTools.h.
|
inline |
Definition at line 648 of file minTools.h.
|
inline |
Definition at line 637 of file minTools.h.