mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix bug #596 : Recover plain SparseMatrix from SparseQR matrixQ()
This commit is contained in:
@@ -302,8 +302,8 @@ LevenbergMarquardt<FunctorType>::minimizeInit(FVectorType &x)
|
||||
for (Index j = 0; j < n; ++j)
|
||||
if (m_diag[j] <= 0.)
|
||||
{
|
||||
return LevenbergMarquardtSpace::ImproperInputParameters;
|
||||
m_info = InvalidInput;
|
||||
return LevenbergMarquardtSpace::ImproperInputParameters;
|
||||
}
|
||||
|
||||
/* evaluate the function at the starting point */
|
||||
|
||||
Reference in New Issue
Block a user