Public Member Functions | Private Types | Private Attributes | List of all members
Eigen::internal::qr_preconditioner_impl< MatrixType, HouseholderQRPreconditioner, PreconditionIfMoreRowsThanCols, true > Class Template Reference

#include <JacobiSVD.h>

Public Member Functions

void allocate (const JacobiSVD< MatrixType, HouseholderQRPreconditioner > &svd)
 
bool run (JacobiSVD< MatrixType, HouseholderQRPreconditioner > &svd, const MatrixType &matrix)
 

Private Types

typedef HouseholderQR< MatrixType > QRType
 

Private Attributes

QRType m_qr
 
internal::plain_col_type< MatrixType >::type m_workspace
 

Detailed Description

template<typename MatrixType>
class Eigen::internal::qr_preconditioner_impl< MatrixType, HouseholderQRPreconditioner, PreconditionIfMoreRowsThanCols, true >

Definition at line 255 of file JacobiSVD.h.

Member Typedef Documentation

template<typename MatrixType >
typedef HouseholderQR<MatrixType> Eigen::internal::qr_preconditioner_impl< MatrixType, HouseholderQRPreconditioner, PreconditionIfMoreRowsThanCols, true >::QRType
private

Definition at line 287 of file JacobiSVD.h.

Member Function Documentation

template<typename MatrixType >
void Eigen::internal::qr_preconditioner_impl< MatrixType, HouseholderQRPreconditioner, PreconditionIfMoreRowsThanCols, true >::allocate ( const JacobiSVD< MatrixType, HouseholderQRPreconditioner > &  svd)
inline

Definition at line 258 of file JacobiSVD.h.

template<typename MatrixType >
bool Eigen::internal::qr_preconditioner_impl< MatrixType, HouseholderQRPreconditioner, PreconditionIfMoreRowsThanCols, true >::run ( JacobiSVD< MatrixType, HouseholderQRPreconditioner > &  svd,
const MatrixType &  matrix 
)
inline

Definition at line 269 of file JacobiSVD.h.

Member Data Documentation

template<typename MatrixType >
QRType Eigen::internal::qr_preconditioner_impl< MatrixType, HouseholderQRPreconditioner, PreconditionIfMoreRowsThanCols, true >::m_qr
private

Definition at line 288 of file JacobiSVD.h.

template<typename MatrixType >
internal::plain_col_type<MatrixType>::type Eigen::internal::qr_preconditioner_impl< MatrixType, HouseholderQRPreconditioner, PreconditionIfMoreRowsThanCols, true >::m_workspace
private

Definition at line 289 of file JacobiSVD.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:46