mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
surpress some warnings
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
|
||||
template<typename MatrixType> bool find_pivot(typename MatrixType::Scalar tol, MatrixType &diffs, Index col=0)
|
||||
{
|
||||
typedef typename MatrixType::Scalar Scalar;
|
||||
bool match = diffs.diagonal().sum() <= tol;
|
||||
if(match || col==diffs.cols())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user