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
internal::plain_col_type
< MatrixType, Index >::type 
IntColVectorType
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 IntColVectorType &rowsTranspositions)
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 518 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 524 of file FullPivHouseholderQR.h.

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

Definition at line 522 of file FullPivHouseholderQR.h.

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

Definition at line 523 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 526 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 528 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 537 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 545 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 568 of file FullPivHouseholderQR.h.

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

Definition at line 567 of file FullPivHouseholderQR.h.

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

Definition at line 569 of file FullPivHouseholderQR.h.


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


win_eigen
Author(s): Daniel Stonier
autogenerated on Wed Sep 16 2015 07:12:59