mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 11:19:02 +08:00
the default ctor had no sense because of the const reference member
This commit is contained in:
parent
13e46ad847
commit
7002639844
@ -57,7 +57,6 @@ class LU : public FullPivLU<MatrixType>
|
||||
> ImageResultType;
|
||||
|
||||
typedef FullPivLU<MatrixType> Base;
|
||||
LU() : Base(), m_originalMatrix() {}
|
||||
|
||||
template<typename T>
|
||||
explicit LU(const T& t) : Base(t), m_originalMatrix(t) {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user