Shapeworks Studio
2.1
Shape analysis software suite
|
Public Types | |
typedef HouseholderQR< MatrixType > | Base |
typedef Block< const MatrixType, MatrixType::ColsAtCompileTime, MatrixType::ColsAtCompileTime > | MatrixRBlockType |
Public Types inherited from Eigen::HouseholderQR< MatrixType > | |
enum | |
typedef MatrixType | MatrixType |
typedef MatrixType::Scalar | Scalar |
typedef MatrixType::RealScalar | RealScalar |
typedef MatrixType::Index | Index |
typedef Matrix< Scalar, RowsAtCompileTime, RowsAtCompileTime,(MatrixType::Flags &RowMajorBit)?RowMajor:ColMajor, MaxRowsAtCompileTime, MaxRowsAtCompileTime > | MatrixQType |
typedef internal::plain_diag_type< MatrixType >::type | HCoeffsType |
typedef internal::plain_row_type< MatrixType >::type | RowVectorType |
typedef HouseholderSequence< MatrixType, typename internal::remove_all< typename HCoeffsType::ConjugateReturnType >::type > | HouseholderSequenceType |
Public Member Functions | |
template<typename T > | |
QR (const T &t) | |
template<typename OtherDerived , typename ResultType > | |
bool | solve (const MatrixBase< OtherDerived > &b, ResultType *result) const |
MatrixType | matrixQ (void) const |
bool | isFullRank () const |
const TriangularView< MatrixRBlockType, UpperTriangular > | matrixR (void) const |
Public Member Functions inherited from Eigen::HouseholderQR< MatrixType > | |
HouseholderQR () | |
Default Constructor. More... | |
HouseholderQR (Index rows, Index cols) | |
Default Constructor with memory preallocation. More... | |
HouseholderQR (const MatrixType &matrix) | |
Constructs a QR factorization from a given matrix. More... | |
const internal::solve_retval< HouseholderQR, Rhs > | solve (const MatrixBase< Rhs > &b) const |
HouseholderSequenceType | householderQ () const |
const MatrixType & | matrixQR () const |
HouseholderQR & | compute (const MatrixType &matrix) |
MatrixType::RealScalar | absDeterminant () const |
MatrixType::RealScalar | logAbsDeterminant () const |
Index | rows () const |
Index | cols () const |
const HCoeffsType & | hCoeffs () const |
Additional Inherited Members | |
Protected Attributes inherited from Eigen::HouseholderQR< MatrixType > | |
MatrixType | m_qr |
HCoeffsType | m_hCoeffs |
RowVectorType | m_temp |
bool | m_isInitialized |