WPILibC++ 2023.4.3
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 >
 \householder_module 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. More...
 
template<typename VectorsType , typename CoeffsType >
HouseholderSequence< VectorsType, CoeffsType > Eigen::householderSequence (const VectorsType &v, const CoeffsType &h)
 \ More...
 
template<typename VectorsType , typename CoeffsType >
HouseholderSequence< VectorsType, CoeffsType, OnTheRight > Eigen::rightHouseholderSequence (const VectorsType &v, const CoeffsType &h)
 \ More...