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

#include <JacobiSVD.h>

List of all members.

Public Types

enum  {
  RowsAtCompileTime = MatrixType::RowsAtCompileTime, ColsAtCompileTime = MatrixType::ColsAtCompileTime, MaxRowsAtCompileTime = MatrixType::MaxRowsAtCompileTime, MaxColsAtCompileTime = MatrixType::MaxColsAtCompileTime,
  Options = MatrixType::Options
}
typedef MatrixType::Index Index
typedef MatrixType::Scalar Scalar
typedef Matrix< Scalar,
ColsAtCompileTime,
RowsAtCompileTime, Options,
MaxColsAtCompileTime,
MaxRowsAtCompileTime
TransposeTypeWithSameStorageOrder

Public Member Functions

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

Private Types

typedef FullPivHouseholderQR
< TransposeTypeWithSameStorageOrder
QRType

Private Attributes

TransposeTypeWithSameStorageOrder m_adjoint
QRType m_qr
internal::plain_row_type
< MatrixType >::type 
m_workspace

Detailed Description

template<typename MatrixType>
class Eigen::internal::qr_preconditioner_impl< MatrixType, FullPivHouseholderQRPreconditioner, PreconditionIfMoreColsThanRows, true >

Definition at line 106 of file JacobiSVD.h.


Member Typedef Documentation

Definition at line 109 of file JacobiSVD.h.

Definition at line 147 of file JacobiSVD.h.

template<typename MatrixType >
typedef MatrixType::Scalar Eigen::internal::qr_preconditioner_impl< MatrixType, FullPivHouseholderQRPreconditioner, PreconditionIfMoreColsThanRows, true >::Scalar

Definition at line 110 of file JacobiSVD.h.

Definition at line 120 of file JacobiSVD.h.


Member Enumeration Documentation

template<typename MatrixType >
anonymous enum
Enumerator:
RowsAtCompileTime 
ColsAtCompileTime 
MaxRowsAtCompileTime 
MaxColsAtCompileTime 
Options 

Definition at line 111 of file JacobiSVD.h.


Member Function Documentation

Definition at line 122 of file JacobiSVD.h.

template<typename MatrixType >
bool Eigen::internal::qr_preconditioner_impl< MatrixType, FullPivHouseholderQRPreconditioner, PreconditionIfMoreColsThanRows, true >::run ( JacobiSVD< MatrixType, FullPivHouseholderQRPreconditioner > &  svd,
const MatrixType &  matrix 
) [inline]

Definition at line 133 of file JacobiSVD.h.


Member Data Documentation

Definition at line 149 of file JacobiSVD.h.

Definition at line 148 of file JacobiSVD.h.

Definition at line 150 of file JacobiSVD.h.


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


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