- aggiornamento Eigen alla versione 3.3.6.
This commit is contained in:
Dario Sassi
2018-12-11 09:26:11 +00:00
parent f0606f94e5
commit 50f8add932
28 changed files with 246 additions and 158 deletions
-2
View File
@@ -499,8 +499,6 @@ void SparseLU<MatrixType, OrderingType>::factorize(const MatrixType& matrix)
eigen_assert(m_analysisIsOk && "analyzePattern() should be called first");
eigen_assert((matrix.rows() == matrix.cols()) && "Only for squared matrices");
typedef typename IndexVector::Scalar StorageIndex;
m_isInitialized = true;