TR-mbed 1.0
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
HouseholderSequence.h File Reference

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

namespace  Eigen
 Namespace containing all symbols from the Eigen library.
 
namespace  Eigen::internal
 

Functions

template<typename OtherDerived , typename VectorsType , typename CoeffsType , int Side>
internal::matrix_type_times_scalar_type< typenameVectorsType::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 > Eigen::householderSequence (const VectorsType &v, const CoeffsType &h)
 Convenience function for constructing a Householder sequence.
 
template<typename VectorsType , typename CoeffsType >
HouseholderSequence< VectorsType, CoeffsType, OnTheRightEigen::rightHouseholderSequence (const VectorsType &v, const CoeffsType &h)
 Convenience function for constructing a Householder sequence.