![]() |
|
#include "./InternalHeaderCheck.h"Go to the source code of this file.
Classes | |
| struct | Eigen::internal::traits< HouseholderSequence< VectorsType, CoeffsType, Side > > |
| struct | Eigen::internal::HouseholderSequenceShape |
| struct | Eigen::internal::evaluator_traits< HouseholderSequence< VectorsType, CoeffsType, Side > > |
| struct | Eigen::internal::hseq_side_dependent_impl< VectorsType, CoeffsType, Side > |
| struct | Eigen::internal::hseq_side_dependent_impl< VectorsType, CoeffsType, OnTheRight > |
| struct | Eigen::internal::matrix_type_times_scalar_type< OtherScalarType, MatrixType > |
| class | Eigen::HouseholderSequence< VectorsType, CoeffsType, Side > |
| Sequence of Householder reflections acting on subspaces with decreasing size. More... | |
Namespaces | |
| Eigen | |
| Namespace containing all symbols from the Eigen library. | |
| Eigen::internal | |
| Namespace containing low-level routines from the Eigen library. | |
Functions | |
| template<typename OtherDerived , typename VectorsType , typename CoeffsType , int Side> | |
| internal::matrix_type_times_scalar_type< typename VectorsType::Scalar, OtherDerived >::Type | Eigen::operator* (const MatrixBase< OtherDerived > &other, const HouseholderSequence< VectorsType, CoeffsType, Side > &h) |
| Computes the product of a matrix with a Householder sequence. More... | |
| template<typename VectorsType , typename CoeffsType > | |
| HouseholderSequence< VectorsType, CoeffsType > | Eigen::householderSequence (const VectorsType &v, const CoeffsType &h) |
| Convenience function for constructing a Householder sequence. More... | |
| template<typename VectorsType , typename CoeffsType > | |
| HouseholderSequence< VectorsType, CoeffsType, OnTheRight > | Eigen::rightHouseholderSequence (const VectorsType &v, const CoeffsType &h) |
| Convenience function for constructing a Householder sequence. More... | |