mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix copy constructor signature
This commit is contained in:
@@ -344,8 +344,8 @@ class SparseLU : public internal::SparseLUImpl<typename _MatrixType::Scalar, typ
|
|||||||
Index m_nnzL, m_nnzU; // Nonzeros in L and U factors
|
Index m_nnzL, m_nnzU; // Nonzeros in L and U factors
|
||||||
Index m_detPermR; // Determinant of the coefficient matrix
|
Index m_detPermR; // Determinant of the coefficient matrix
|
||||||
private:
|
private:
|
||||||
// Copy constructor
|
// Disable copy constructor
|
||||||
SparseLU (SparseLU& ) {}
|
SparseLU (const SparseLU& );
|
||||||
|
|
||||||
}; // End class SparseLU
|
}; // End class SparseLU
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user