AnimaL |
Tutorial |
Documentation |
Definition at line 118 of file dlinmin.h.
Public Member Functions | |
DF1dim (DFunc *dfunc, Vector &xt, Vector &pcom, Vector &xicom, Vector &df, unsigned int n) | |
Constructor. | |
Real | operator() (Real x) |
Value of the one-dimensional derivative. | |
Public Attributes | |
DFunc * | dfunc |
derivative of the n-dimensional function | |
Vector & | xt |
reference to an auxiliary vector | |
Vector & | pcom |
reference to an auxiliary vector | |
Vector & | xicom |
reference to an auxiliary vector | |
Vector & | df |
reference to an auxiliary vector | |
unsigned int | n |
size of the n-dimensional space |
|
Constructor.
|
|
Value of the one-dimensional derivative.
|
|
reference to an auxiliary vector
|
|
derivative of the n-dimensional function
|
|
size of the n-dimensional space
|
|
reference to an auxiliary vector
|
|
reference to an auxiliary vector
|
|
reference to an auxiliary vector
|