accessor for the levenberg-marquardt parameter

This commit is contained in:
Thomas Capricelli 2010-01-05 01:22:53 +01:00
parent 708e6629e2
commit e9724c8ea2

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;