- Eigen 3.4
- Lib compilate di libzip.
This commit is contained in:
DarioS
2022-04-24 17:05:49 +02:00
parent f0ec916a63
commit 990d4de1aa
273 changed files with 44766 additions and 12877 deletions
@@ -142,6 +142,9 @@ template<typename MatrixType, unsigned int _Mode> class SparseSelfAdjointView
return *this = src.twistedBy(pnull);
}
// Since we override the copy-assignment operator, we need to explicitly re-declare the copy-constructor
EIGEN_DEFAULT_COPY_CONSTRUCTOR(SparseSelfAdjointView)
template<typename SrcMatrixType,unsigned int SrcMode>
SparseSelfAdjointView& operator=(const SparseSelfAdjointView<SrcMatrixType,SrcMode>& src)
{