Main MRPT website > C++ reference
MRPT logo
Classes | Namespaces | Functions

HouseholderSequence.h File Reference

Go to the source code of this file.

Classes

struct  internal::traits< HouseholderSequence< VectorsType, CoeffsType, Side > >
struct  internal::hseq_side_dependent_impl< VectorsType, CoeffsType, Side >
struct  internal::hseq_side_dependent_impl< VectorsType, CoeffsType, OnTheRight >
struct  internal::matrix_type_times_scalar_type< OtherScalarType, MatrixType >
class  HouseholderSequence< VectorsType, CoeffsType, Side >
  More...

Namespaces

namespace  internal
 

Applies the clock wise 2D rotation j to the set of 2D vectors of cordinates x and y: $ \left ( \begin{array}{cc} x \\ y \end{array} \right ) = J \left ( \begin{array}{cc} x \\ y \end{array} \right ) $


Functions

template<typename VectorsType , typename CoeffsType >
HouseholderSequence
< VectorsType, CoeffsType > 
householderSequence (const VectorsType &v, const CoeffsType &h)
 \
template<typename VectorsType , typename CoeffsType >
HouseholderSequence
< VectorsType, CoeffsType,
OnTheRight > 
rightHouseholderSequence (const VectorsType &v, const CoeffsType &h)
 \

Function Documentation

template<typename VectorsType , typename CoeffsType >
HouseholderSequence<VectorsType,CoeffsType> householderSequence ( const VectorsType &  v,
const CoeffsType &  h 
)

\

Convenience function for constructing a Householder sequence.

Returns:
A HouseholderSequence constructed from the specified arguments.

Definition at line 407 of file HouseholderSequence.h.

Referenced by internal::solve_retval< HouseholderQR< _MatrixType >, Rhs >::evalTo(), and internal::solve_retval< ColPivHouseholderQR< _MatrixType >, Rhs >::evalTo().

template<typename VectorsType , typename CoeffsType >
HouseholderSequence<VectorsType,CoeffsType,OnTheRight> rightHouseholderSequence ( const VectorsType &  v,
const CoeffsType &  h 
)

\

Convenience function for constructing a Householder sequence.

Returns:
A HouseholderSequence constructed from the specified arguments.

This function differs from householderSequence() in that the template argument OnTheSide of the constructed HouseholderSequence is set to OnTheRight, instead of the default OnTheLeft.

Definition at line 419 of file HouseholderSequence.h.




Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:40:17 UTC 2011