Ignore:
Timestamp:
04/23/09 16:13:15 (16 years ago)
Author:
Eric.Larour
Message:

Introduced new Brent Search based Control Optimization algorithm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/shared/Numerics/numerics.h

    r1 r8  
    77
    88#include "./GaussPoints.h"
     9#include "../../objects/objects.h"
    910
    1011double min(double a,double b);
    1112double max(double a,double b);
     13double OptFunc(double scalar, OptArgs* optargs);
     14void BrentSearch(double* psearch_scalar,double* pJ,OptPars* optpars,double (*f)(double,OptArgs*), OptArgs* optargs);
    1215
    1316#endif //ifndef _NUMERICS_H_
Note: See TracChangeset for help on using the changeset viewer.