proj home

Files   Classes   Functions   Hierarchy  

minexpdimN< X > Class Template Reference

#include <minexpdim.h>

Inheritance diagram for minexpdimN< X >:
Collaboration diagram for minexpdimN< X >:

List of all members.

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.


Detailed Description

template<typename X>
class minexpdimN< X >

Definition at line 97 of file minexpdim.h.


Constructor & Destructor Documentation

template<typename X >
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 }


Member Function Documentation

template<typename X >
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 }


The documentation for this class was generated from the following file:

Generated on Fri Mar 4 00:50:06 2011 for Chelton Evans Source by  doxygen 1.5.8