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 njev;
|
||||||
int iter;
|
int iter;
|
||||||
Scalar fnorm, gnorm;
|
Scalar fnorm, gnorm;
|
||||||
|
|
||||||
|
Scalar lm_param(void) { return par; }
|
||||||
private:
|
private:
|
||||||
FunctorType &functor;
|
FunctorType &functor;
|
||||||
int n;
|
int n;
|
||||||
|
|||||||
Reference in New Issue
Block a user