mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fixed many MSVC warnings.
This commit is contained in:
@@ -124,6 +124,8 @@ private:
|
||||
Index ncfail;
|
||||
Scalar actred, prered;
|
||||
FVectorType wa1, wa2, wa3, wa4;
|
||||
|
||||
HybridNonLinearSolver& operator=(const HybridNonLinearSolver&);
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -133,6 +133,8 @@ private:
|
||||
Scalar delta;
|
||||
Scalar ratio;
|
||||
Scalar pnorm, xnorm, fnorm1, actred, dirder, prered;
|
||||
|
||||
LevenbergMarquardt& operator=(const LevenbergMarquardt&);
|
||||
};
|
||||
|
||||
template<typename FunctorType, typename Scalar>
|
||||
|
||||
Reference in New Issue
Block a user