Created attachment 806 [details] PVS log file The warnings and issues found by analyzer can be found in the attached file eigen_pvs_warnings.txt.
There are also warning on uninitialized member: Eigen/src/Core/arch/SSE/Complex.h:23:1: warning: V730 Not all members of a class are initialized inside the constructor. Consider inspecting: v. Eigen/src/Core/arch/SSE/Complex.h:270:1: warning: V730 Not all members of a class are initialized inside the constructor. Consider inspecting: v. Eigen/src/Core/arch/CUDA/Half.h:59:1: warning: V730 Not all members of a class are initialized inside the constructor. Consider inspecting: x. Eigen/src/LU/FullPivLU.h:447:1: error: V730 Not all members of a class are initialized inside the constructor. Consider inspecting: m_nonzero_pivots, m_det_pq. Eigen/src/LU/FullPivLU.h:453:1: error: V730 Not all members of a class are initialized inside the constructor. Consider inspecting: m_nonzero_pivots, m_det_pq. Eigen/src/LU/FullPivLU.h:466:1: error: V730 Not all members of a class are initialized inside the constructor. Consider inspecting: m_nonzero_pivots, m_det_pq. Eigen/src/QR/FullPivHouseholderQR.h:90:1: error: V730 Not all members of a class are initialized inside the constructor. Consider inspecting: m_nonzero_pivots, m_det_pq. Eigen/src/QR/FullPivHouseholderQR.h:106:1: error: V730 Not all members of a class are initialized inside the constructor. Consider inspecting: m_nonzero_pivots, m_det_pq. Eigen/src/QR/ColPivHouseholderQR.h:86:1: error: V730 Not all members of a class are initialized inside the constructor. Consider inspecting: m_nonzero_pivots, m_det_pq. Eigen/src/QR/ColPivHouseholderQR.h:103:1: error: V730 Not all members of a class are initialized inside the constructor. Consider inspecting: m_nonzero_pivots, m_det_pq. Eigen/src/SVD/SVDBase.h:246:1: warning: V730 It is possible that not all members of a class are initialized inside the constructor. Consider inspecting: m_computeFullU, m_computeThinU, m_computeFullV, m_comput Eigen/src/SVD/BDCSVD.h:110:1: warning: V730 Not all members of a class are initialized inside the constructor. Consider inspecting: m_nRec, m_isTranspose, m_compU, m_compV. Eigen/src/SVD/BDCSVD.h:120:1: warning: V730 It is possible that not all members of a class are initialized inside the constructor. Consider inspecting: m_nRec. Eigen/src/Eigenvalues/EigenSolver.h:116:1: error: V730 Not all members of a class are initialized inside the constructor. Consider inspecting: m_eigenvectorsOk. Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:121:1: error: V730 Not all members of a class are initialized inside the constructor. Consider inspecting: m_eigenvectorsOk. Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:141:1: error: V730 Not all members of a class are initialized inside the constructor. Consider inspecting: m_eigenvectorsOk. Eigen/src/Eigenvalues/RealQZ.h:89:1: error: V730 Not all members of a class are initialized inside the constructor. Consider inspecting: m_computeQZ, m_global_iter.
-- GitLab Migration Automatic Message -- This bug has been migrated to gitlab.com's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.com/libeigen/eigen/issues/1489.