mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-18 10:54:26 +08:00
Fix compilation: Matrix does not indirectly live in the internal namespace anymore!
This commit is contained in:
parent
f2c2465acc
commit
969b8959a0
@ -243,7 +243,7 @@ template<typename VectorsType, typename CoeffsType, int Side> class HouseholderS
|
|||||||
{
|
{
|
||||||
workspace.resize(rows());
|
workspace.resize(rows());
|
||||||
Index vecs = m_length;
|
Index vecs = m_length;
|
||||||
if(is_same_dense(dst,m_vectors))
|
if(internal::is_same_dense(dst,m_vectors))
|
||||||
{
|
{
|
||||||
// in-place
|
// in-place
|
||||||
dst.diagonal().setOnes();
|
dst.diagonal().setOnes();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user