mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 03:39:01 +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_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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user