Changeset 8 for issm/trunk/src/c/shared/Numerics/numerics.h
- Timestamp:
- 04/23/09 16:13:15 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/shared/Numerics/numerics.h
r1 r8 7 7 8 8 #include "./GaussPoints.h" 9 #include "../../objects/objects.h" 9 10 10 11 double min(double a,double b); 11 12 double max(double a,double b); 13 double OptFunc(double scalar, OptArgs* optargs); 14 void BrentSearch(double* psearch_scalar,double* pJ,OptPars* optpars,double (*f)(double,OptArgs*), OptArgs* optargs); 12 15 13 16 #endif //ifndef _NUMERICS_H_
Note:
See TracChangeset
for help on using the changeset viewer.