This commit is contained in:
Benoit Jacob
2010-01-04 21:26:15 -05:00
2 changed files with 205 additions and 163 deletions

View File

@@ -129,6 +129,8 @@ public:
int njev;
int iter;
Scalar fnorm, gnorm;
Scalar lm_param(void) { return par; }
private:
FunctorType &functor;
int n;