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

#include <JacobiSVD.h>

List of all members.

Public Types

enum  { RowsAtCompileTime = MatrixType::RowsAtCompileTime, MaxRowsAtCompileTime = MatrixType::MaxRowsAtCompileTime }
enum  { RowsAtCompileTime = MatrixType::RowsAtCompileTime, MaxRowsAtCompileTime = MatrixType::MaxRowsAtCompileTime }
typedef MatrixType::Index Index
typedef MatrixType::Index Index
typedef MatrixType::Scalar Scalar
typedef MatrixType::Scalar Scalar
typedef Matrix< Scalar,
1, RowsAtCompileTime, RowMajor,
1, MaxRowsAtCompileTime
WorkspaceType
typedef Matrix< Scalar,
1, RowsAtCompileTime, RowMajor,
1, MaxRowsAtCompileTime
WorkspaceType

Public Member Functions

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

Private Types

typedef FullPivHouseholderQR
< MatrixType > 
QRType
typedef FullPivHouseholderQR
< MatrixType > 
QRType

Private Attributes

QRType m_qr
WorkspaceType m_workspace

Detailed Description

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

Definition at line 65 of file Eigen/src/SVD/JacobiSVD.h.


Member Typedef Documentation

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

Definition at line 68 of file Eigen/src/SVD/JacobiSVD.h.

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

Definition at line 68 of file unsupported/Eigen/src/SVD/JacobiSVD.h.

template<typename MatrixType >
typedef FullPivHouseholderQR<MatrixType> Eigen::internal::qr_preconditioner_impl< MatrixType, FullPivHouseholderQRPreconditioner, PreconditionIfMoreRowsThanCols, true >::QRType [private]

Definition at line 100 of file unsupported/Eigen/src/SVD/JacobiSVD.h.

template<typename MatrixType >
typedef FullPivHouseholderQR<MatrixType> Eigen::internal::qr_preconditioner_impl< MatrixType, FullPivHouseholderQRPreconditioner, PreconditionIfMoreRowsThanCols, true >::QRType [private]

Definition at line 100 of file Eigen/src/SVD/JacobiSVD.h.

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

Definition at line 69 of file Eigen/src/SVD/JacobiSVD.h.

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

Definition at line 69 of file unsupported/Eigen/src/SVD/JacobiSVD.h.

Definition at line 75 of file Eigen/src/SVD/JacobiSVD.h.

Definition at line 75 of file unsupported/Eigen/src/SVD/JacobiSVD.h.


Member Enumeration Documentation

template<typename MatrixType >
anonymous enum
Enumerator:
RowsAtCompileTime 
MaxRowsAtCompileTime 

Definition at line 70 of file Eigen/src/SVD/JacobiSVD.h.

template<typename MatrixType >
anonymous enum
Enumerator:
RowsAtCompileTime 
MaxRowsAtCompileTime 

Definition at line 70 of file unsupported/Eigen/src/SVD/JacobiSVD.h.


Member Function Documentation

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

Definition at line 77 of file Eigen/src/SVD/JacobiSVD.h.

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

Definition at line 77 of file unsupported/Eigen/src/SVD/JacobiSVD.h.

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

Definition at line 87 of file unsupported/Eigen/src/SVD/JacobiSVD.h.

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

Definition at line 87 of file Eigen/src/SVD/JacobiSVD.h.


Member Data Documentation

Definition at line 101 of file Eigen/src/SVD/JacobiSVD.h.

Definition at line 102 of file Eigen/src/SVD/JacobiSVD.h.


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


shape_reconstruction
Author(s): Roberto Martín-Martín
autogenerated on Sat Jun 8 2019 18:40:49