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>

Public Types

typedef internal::plain_diag_type< MatrixType >::type HCoeffsType
 
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 27 of file FullPivHouseholderQR.h.

Member Typedef Documentation

◆ HCoeffsType

Definition at line 637 of file FullPivHouseholderQR.h.

◆ IntDiagSizeVectorType

Definition at line 636 of file FullPivHouseholderQR.h.

◆ WorkVectorType

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

Definition at line 639 of file FullPivHouseholderQR.h.

Constructor & Destructor Documentation

◆ FullPivHouseholderQRMatrixQReturnType()

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

Definition at line 641 of file FullPivHouseholderQR.h.

Member Function Documentation

◆ cols()

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

Definition at line 678 of file FullPivHouseholderQR.h.

◆ evalTo() [1/2]

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

Definition at line 650 of file FullPivHouseholderQR.h.

◆ evalTo() [2/2]

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

Definition at line 658 of file FullPivHouseholderQR.h.

◆ rows()

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

Definition at line 677 of file FullPivHouseholderQR.h.

Member Data Documentation

◆ m_hCoeffs

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

Definition at line 682 of file FullPivHouseholderQR.h.

◆ m_qr

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

Definition at line 681 of file FullPivHouseholderQR.h.

◆ m_rowsTranspositions

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

Definition at line 683 of file FullPivHouseholderQR.h.


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


gtsam
Author(s):
autogenerated on Sat Jun 1 2024 03:11:56