Files Classes Functions Hierarchy
#include <minexpdim.h>
Public Member Functions | |
| minexpdimN (funcstate< X > &fn_, X const h0step=20.0, uintc indexmax_=1000, boolc mem_=true) | |
| Allocate the fn with new. | |
| virtual void | operator++ () |
| 1st order approximator to minimum. | |
Definition at line 97 of file minexpdim.h.
| minexpdimN< X >::minexpdimN | ( | funcstate< X > & | fn_, | |
| X const | h0step = 20.0, |
|||
| uintc | indexmax_ = 1000, |
|||
| boolc | mem_ = true | |||
| ) | [inline] |
Allocate the fn with new.
Definition at line 329 of file minexpdim.h.
00335 : minexpdim<X>::minexpdim(fn_,h0step,indexmax_,mem_) 00336 { 00337 }
| void minexpdimN< X >::operator++ | ( | ) | [inline, virtual] |
1st order approximator to minimum.
Reimplemented from minexpdim< X >.
Definition at line 321 of file minexpdim.h.
References minexpdim< X >::moveOrder1().
00322 { 00323 bool res = minexpdim<X>::moveOrder1(); 00324 minexpdim<X>::hasminimized=res; 00325 }
1.5.8