Changeset 2028 for branches/newmole/source/newton_step.h
- Timestamp:
- 05/06/08 16:35:36 (8 months ago)
- Files:
-
- 1 modified
-
branches/newmole/source/newton_step.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/newmole/source/newton_step.h
r1770 r2028 10 10 \param *error 11 11 */ 12 void newton_step(valarray<double> &b2vec, int *nBad, realnum *error, long n); 12 void newton_step(const valarray<double> &oldmols, valarray<double> &newmols, realnum *error, const long n, 13 void (*jacobn)(const valarray<double> &b2vec, double * const ervals, double * const amat, const bool lgJac)); 13 14 14 15 #endif /* _NEWTON_STEP_H_ */
