Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::internal::FullPivHouseholderQRMatrixQReturnType< MatrixType > Struct Template Reference

Expression type for return value of FullPivHouseholderQR::matrixQ() More...

#include <FullPivHouseholderQR.h>

Inheritance diagram for Eigen::internal::FullPivHouseholderQRMatrixQReturnType< MatrixType >:
Inheritance graph
[legend]

Public Types

typedef internal::plain_diag_type< MatrixType >::type HCoeffsType
 
typedef MatrixType::Index Index
 
typedef internal::plain_col_type< MatrixType, Index >::type IntColVectorType
 
typedef Matrix< typename MatrixType::Scalar, 1, MatrixType::RowsAtCompileTime, RowMajor, 1, MatrixType::MaxRowsAtCompileTime > WorkVectorType
 
- Public Types inherited from Eigen::ReturnByValue< FullPivHouseholderQRMatrixQReturnType< MatrixType > >
typedef internal::dense_xpr_base< ReturnByValue >::type Base
 
typedef internal::traits< FullPivHouseholderQRMatrixQReturnType< MatrixType > >::ReturnType ReturnType
 

Public Member Functions

Index cols () const
 
template<typename ResultType >
void evalTo (ResultType &result) const
 
template<typename ResultType >
void evalTo (ResultType &result, WorkVectorType &workspace) const
 
 FullPivHouseholderQRMatrixQReturnType (const MatrixType &qr, const HCoeffsType &hCoeffs, const IntColVectorType &rowsTranspositions)
 
Index rows () const
 
- Public Member Functions inherited from Eigen::ReturnByValue< FullPivHouseholderQRMatrixQReturnType< MatrixType > >
const Unusablecoeff (Index) const
 
const Unusablecoeff (Index, Index) const
 
UnusablecoeffRef (Index)
 
UnusablecoeffRef (Index, Index)
 
Index cols () const
 
void evalTo (Dest &dst) const
 
Index rows () const
 

Protected Attributes

HCoeffsType::Nested m_hCoeffs
 
MatrixType::Nested m_qr
 
IntColVectorType::Nested m_rowsTranspositions
 

Detailed Description

template<typename MatrixType>
struct Eigen::internal::FullPivHouseholderQRMatrixQReturnType< MatrixType >

Expression type for return value of FullPivHouseholderQR::matrixQ()

Template Parameters
MatrixTypetype of underlying dense matrix

Definition at line 18 of file FullPivHouseholderQR.h.

Member Typedef Documentation

template<typename MatrixType >
typedef internal::plain_diag_type<MatrixType>::type Eigen::internal::FullPivHouseholderQRMatrixQReturnType< MatrixType >::HCoeffsType

Definition at line 552 of file FullPivHouseholderQR.h.

template<typename MatrixType >
typedef MatrixType::Index Eigen::internal::FullPivHouseholderQRMatrixQReturnType< MatrixType >::Index

Definition at line 550 of file FullPivHouseholderQR.h.

template<typename MatrixType >
typedef internal::plain_col_type<MatrixType, Index>::type Eigen::internal::FullPivHouseholderQRMatrixQReturnType< MatrixType >::IntColVectorType

Definition at line 551 of file FullPivHouseholderQR.h.

template<typename MatrixType >
typedef Matrix<typename MatrixType::Scalar, 1, MatrixType::RowsAtCompileTime, RowMajor, 1, MatrixType::MaxRowsAtCompileTime> Eigen::internal::FullPivHouseholderQRMatrixQReturnType< MatrixType >::WorkVectorType

Definition at line 554 of file FullPivHouseholderQR.h.

Constructor & Destructor Documentation

template<typename MatrixType >
Eigen::internal::FullPivHouseholderQRMatrixQReturnType< MatrixType >::FullPivHouseholderQRMatrixQReturnType ( const MatrixType &  qr,
const HCoeffsType hCoeffs,
const IntColVectorType rowsTranspositions 
)
inline

Definition at line 556 of file FullPivHouseholderQR.h.

Member Function Documentation

template<typename MatrixType >
Index Eigen::internal::FullPivHouseholderQRMatrixQReturnType< MatrixType >::cols ( void  ) const
inline

Definition at line 593 of file FullPivHouseholderQR.h.

template<typename MatrixType >
template<typename ResultType >
void Eigen::internal::FullPivHouseholderQRMatrixQReturnType< MatrixType >::evalTo ( ResultType &  result) const
inline

Definition at line 565 of file FullPivHouseholderQR.h.

template<typename MatrixType >
template<typename ResultType >
void Eigen::internal::FullPivHouseholderQRMatrixQReturnType< MatrixType >::evalTo ( ResultType &  result,
WorkVectorType workspace 
) const
inline

Definition at line 573 of file FullPivHouseholderQR.h.

template<typename MatrixType >
Index Eigen::internal::FullPivHouseholderQRMatrixQReturnType< MatrixType >::rows ( void  ) const
inline

Definition at line 592 of file FullPivHouseholderQR.h.

Member Data Documentation

template<typename MatrixType >
HCoeffsType::Nested Eigen::internal::FullPivHouseholderQRMatrixQReturnType< MatrixType >::m_hCoeffs
protected

Definition at line 597 of file FullPivHouseholderQR.h.

template<typename MatrixType >
MatrixType::Nested Eigen::internal::FullPivHouseholderQRMatrixQReturnType< MatrixType >::m_qr
protected

Definition at line 596 of file FullPivHouseholderQR.h.

template<typename MatrixType >
IntColVectorType::Nested Eigen::internal::FullPivHouseholderQRMatrixQReturnType< MatrixType >::m_rowsTranspositions
protected

Definition at line 598 of file FullPivHouseholderQR.h.


The documentation for this struct was generated from the following file:


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:12