From 9111d73017f90aa0a3b005d914567263773c6690 Mon Sep 17 00:00:00 2001 From: Jitse Niesen Date: Fri, 7 Jan 2011 13:46:23 +0000 Subject: Fix compilation error in HouseholderSequence introduced in my previous commit. --- Eigen/src/Householder/HouseholderSequence.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Eigen/src/Householder') diff --git a/Eigen/src/Householder/HouseholderSequence.h b/Eigen/src/Householder/HouseholderSequence.h index a1d332f76..2acf86379 100644 --- a/Eigen/src/Householder/HouseholderSequence.h +++ b/Eigen/src/Householder/HouseholderSequence.h @@ -376,6 +376,9 @@ template 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 friend class HouseholderSequence; + protected: /** \brief Sets the transpose flag. -- cgit v1.2.3