mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-02-17 18:09:55 +08:00
Fix copy constructor signature
This commit is contained in:
parent
f75419c711
commit
d541765e85
@ -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_detPermR; // Determinant of the coefficient matrix
|
||||
private:
|
||||
// Copy constructor
|
||||
SparseLU (SparseLU& ) {}
|
||||
// Disable copy constructor
|
||||
SparseLU (const SparseLU& );
|
||||
|
||||
}; // End class SparseLU
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user