mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 03:09:01 +08:00
Fix compilation error in HouseholderSequence introduced in my previous commit.
This commit is contained in:
parent
4abb772b52
commit
9111d73017
@ -376,6 +376,9 @@ template<typename VectorsType, typename CoeffsType, int Side> class HouseholderS
|
||||
Index length() const { return m_length; } /**< \brief Returns the length of the Householder sequence. */
|
||||
Index shift() const { return m_shift; } /**< \brief Returns the shift of the Householder sequence. */
|
||||
|
||||
/* Necessary for .adjoint() and .conjugate() */
|
||||
template <typename VectorsType2, typename CoeffsType2, int Side2> friend class HouseholderSequence;
|
||||
|
||||
protected:
|
||||
|
||||
/** \brief Sets the transpose flag.
|
||||
|
Loading…
x
Reference in New Issue
Block a user