Public Member Functions | |
FPoint (Vector &b, MultivariateFunctor &f) | |
FPoint (const FPoint &fp) | |
~FPoint (void) | |
FPoint & | operator= (const FPoint &fp) |
double | f (void) const |
double | fiddle_around (LAStreamIn h) |
bool | is_step_relatively_small (LAStreamIn hs, const double tau) |
Private Attributes | |
Vector & | x |
double | fval |
MultivariateFunctor & | fproc |
const bool | free_x_on_destructing |
Friends | |
void | update_in_direction (FPoint &from, FPoint &to) |
|
|
|
|
|
|
|
|
|
Definition at line 122 of file hjmin.cpp. References linalg::AREALStreamIn::eof(), fproc, fval, linalg::AREALStreamIn::get(), linalg::AREALStreamOut::get(), linalg::AREALStreamOut::peek(), and x. |
Here is the call graph for this function:
|
Definition at line 159 of file hjmin.cpp. References linalg::AREALStreamIn::eof(), linalg::AREALStreamIn::get(), and x. |
Here is the call graph for this function:
|
|
|
|
|
Definition at line 57 of file hjmin.cpp. Referenced by fiddle_around(), and linalg::update_in_direction(). |
|
|
|
Definition at line 56 of file hjmin.cpp. Referenced by fiddle_around(), operator=(), and linalg::update_in_direction(). |
|
Definition at line 55 of file hjmin.cpp. Referenced by fiddle_around(), is_step_relatively_small(), operator=(), and linalg::update_in_direction(). |