Public Types | Public Member Functions
QR< MatrixType > Class Template Reference

#include <QR.h>

Inheritance diagram for QR< MatrixType >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef HouseholderQR< MatrixTypeBase
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

Detailed Description

template<typename MatrixType>
class QR< MatrixType >

Definition at line 30 of file QR.h.


Member Typedef Documentation

template<typename MatrixType>
typedef HouseholderQR<MatrixType> QR< MatrixType >::Base

Definition at line 34 of file QR.h.

template<typename MatrixType>
typedef Block<const MatrixType, MatrixType::ColsAtCompileTime, MatrixType::ColsAtCompileTime> QR< MatrixType >::MatrixRBlockType

Definition at line 35 of file QR.h.


Constructor & Destructor Documentation

template<typename MatrixType>
QR< MatrixType >::QR ( ) [inline]

Definition at line 37 of file QR.h.

template<typename MatrixType>
template<typename T >
QR< MatrixType >::QR ( const T t) [inline, explicit]

Definition at line 40 of file QR.h.


Member Function Documentation

template<typename MatrixType>
bool QR< MatrixType >::isFullRank ( ) const [inline]

Definition at line 55 of file QR.h.

template<typename MatrixType>
MatrixType QR< MatrixType >::matrixQ ( void  ) const [inline]

Definition at line 49 of file QR.h.

template<typename MatrixType>
const TriangularView<MatrixRBlockType, UpperTriangular> QR< MatrixType >::matrixR ( void  ) const [inline]

Definition at line 60 of file QR.h.

template<typename MatrixType>
template<typename OtherDerived , typename ResultType >
bool QR< MatrixType >::solve ( const MatrixBase< OtherDerived > &  b,
ResultType *  result 
) const [inline]

Definition at line 43 of file QR.h.


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


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:17