Public Types | Public Member Functions | Protected Attributes
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]

List of all members.

Public Types

typedef
internal::plain_diag_type
< MatrixType >::type 
HCoeffsType
typedef MatrixType::Index Index
typedef FullPivHouseholderQR
< MatrixType >
::IntDiagSizeVectorType 
IntDiagSizeVectorType
typedef Matrix< typename
MatrixType::Scalar,
1, MatrixType::RowsAtCompileTime,
RowMajor,
1, MatrixType::MaxRowsAtCompileTime > 
WorkVectorType

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 IntDiagSizeVectorType &rowsTranspositions)
Index rows () const

Protected Attributes

HCoeffsType::Nested m_hCoeffs
MatrixType::Nested m_qr
IntDiagSizeVectorType::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 545 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 551 of file FullPivHouseholderQR.h.

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

Definition at line 549 of file FullPivHouseholderQR.h.

Definition at line 550 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 553 of file FullPivHouseholderQR.h.


Constructor & Destructor Documentation

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

Definition at line 555 of file FullPivHouseholderQR.h.


Member Function Documentation

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

Definition at line 564 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 572 of file FullPivHouseholderQR.h.

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

Member Data Documentation

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

Definition at line 596 of file FullPivHouseholderQR.h.

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

Definition at line 595 of file FullPivHouseholderQR.h.

template<typename MatrixType >
IntDiagSizeVectorType::Nested Eigen::internal::FullPivHouseholderQRMatrixQReturnType< MatrixType >::m_rowsTranspositions [protected]

Definition at line 597 of file FullPivHouseholderQR.h.


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


turtlebot_exploration_3d
Author(s): Bona , Shawn
autogenerated on Thu Jun 6 2019 21:01:00