#include <QR.h>
Public Types | |
typedef HouseholderQR< MatrixType > | Base |
typedef Block< const MatrixType, MatrixType::ColsAtCompileTime, MatrixType::ColsAtCompileTime > | MatrixRBlockType |
Public Member Functions | |
bool | isFullRank () const |
MatrixType | matrixQ (void) const |
const TriangularView < MatrixRBlockType, UpperTriangular > | matrixR (void) const |
QR () | |
template<typename T > | |
QR (const T &t) | |
template<typename OtherDerived , typename ResultType > | |
bool | solve (const MatrixBase< OtherDerived > &b, ResultType *result) const |
typedef HouseholderQR<MatrixType> QR< MatrixType >::Base |
typedef Block<const MatrixType, MatrixType::ColsAtCompileTime, MatrixType::ColsAtCompileTime> QR< MatrixType >::MatrixRBlockType |
QR< MatrixType >::QR | ( | ) | [inline] |
QR< MatrixType >::QR | ( | const T & | t | ) | [inline, explicit] |
bool QR< MatrixType >::isFullRank | ( | ) | const [inline] |
MatrixType QR< MatrixType >::matrixQ | ( | void | ) | const [inline] |
const TriangularView<MatrixRBlockType, UpperTriangular> QR< MatrixType >::matrixR | ( | void | ) | const [inline] |
bool QR< MatrixType >::solve | ( | const MatrixBase< OtherDerived > & | b, |
ResultType * | result | ||
) | const [inline] |