mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
committed by
Rasmus Munk Larsen
parent
8ae3b1aaa5
commit
1133aa82c7
@@ -720,6 +720,7 @@ JacobiSVD<MatrixType, Options>& JacobiSVD<MatrixType, Options>::compute_impl(con
|
||||
m_isInitialized = true;
|
||||
m_info = InvalidInput;
|
||||
m_nonzeroSingularValues = 0;
|
||||
m_singularValues.setZero();
|
||||
return *this;
|
||||
}
|
||||
if (numext::is_exactly_zero(scale)) scale = RealScalar(1);
|
||||
|
||||
Reference in New Issue
Block a user