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

#include <JacobiSVD.h>

List of all members.

Public Types

typedef MatrixType::Index Index

Public Member Functions

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

Private Attributes

HouseholderQR< MatrixType > 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 248 of file JacobiSVD.h.


Member Typedef Documentation

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

Definition at line 251 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 253 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 263 of file JacobiSVD.h.


Member Data Documentation

template<typename MatrixType >
HouseholderQR<MatrixType> Eigen::internal::qr_preconditioner_impl< MatrixType, HouseholderQRPreconditioner, PreconditionIfMoreRowsThanCols, true >::m_qr [private]

Definition at line 281 of file JacobiSVD.h.

Definition at line 282 of file JacobiSVD.h.


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


win_eigen
Author(s): Daniel Stonier
autogenerated on Wed Sep 16 2015 07:13:01