Go to the source code of this file.
Classes | |
class | Eigen::HouseholderSequence< VectorsType, CoeffsType, Side > |
Sequence of Householder reflections acting on subspaces with decreasing size. More... | |
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 > |
struct | Eigen::internal::traits< HouseholderSequence< VectorsType, CoeffsType, Side > > |
Namespaces | |
namespace | Eigen |
namespace | Eigen::internal |
Functions | |
template<typename VectorsType , typename CoeffsType > | |
HouseholderSequence < VectorsType, CoeffsType > | Eigen::householderSequence (const VectorsType &v, const CoeffsType &h) |
Convenience function for constructing a Householder sequence. | |
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. | |
template<typename VectorsType , typename CoeffsType > | |
HouseholderSequence < VectorsType, CoeffsType, OnTheRight > | Eigen::rightHouseholderSequence (const VectorsType &v, const CoeffsType &h) |
Convenience function for constructing a Householder sequence. |