mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
accessor for the levenberg-marquardt parameter
This commit is contained in:
@@ -129,6 +129,8 @@ public:
|
||||
int njev;
|
||||
int iter;
|
||||
Scalar fnorm, gnorm;
|
||||
|
||||
Scalar lm_param(void) { return par; }
|
||||
private:
|
||||
FunctorType &functor;
|
||||
int n;
|
||||
|
||||
Reference in New Issue
Block a user