#include <HouseholderSequence.h>
Public Types | |
typedef Block< const VectorsType, Dynamic, 1 > | EssentialVectorType |
typedef HouseholderSequence < VectorsType, CoeffsType, OnTheLeft > | HouseholderSequenceType |
typedef VectorsType::Index | Index |
Static Public Member Functions | |
static const EssentialVectorType | essentialVector (const HouseholderSequenceType &h, Index k) |
Definition at line 77 of file HouseholderSequence.h.
typedef Block<const VectorsType, Dynamic, 1> Eigen::internal::hseq_side_dependent_impl< VectorsType, CoeffsType, Side >::EssentialVectorType |
Definition at line 79 of file HouseholderSequence.h.
typedef HouseholderSequence<VectorsType, CoeffsType, OnTheLeft> Eigen::internal::hseq_side_dependent_impl< VectorsType, CoeffsType, Side >::HouseholderSequenceType |
Definition at line 80 of file HouseholderSequence.h.
typedef VectorsType::Index Eigen::internal::hseq_side_dependent_impl< VectorsType, CoeffsType, Side >::Index |
Definition at line 81 of file HouseholderSequence.h.
static const EssentialVectorType Eigen::internal::hseq_side_dependent_impl< VectorsType, CoeffsType, Side >::essentialVector | ( | const HouseholderSequenceType & | h, |
Index | k | ||
) | [inline, static] |
Definition at line 82 of file HouseholderSequence.h.