Main MRPT website > C++ reference
MRPT logo
Classes | Namespaces | Defines | Functions
QR File Reference
#include "Core"
#include "src/Core/util/DisableStupidWarnings.h"
#include "Cholesky"
#include "Jacobi"
#include "Householder"
#include "src/misc/Solve.h"
#include "src/QR/HouseholderQR.h"
#include "src/QR/FullPivHouseholderQR.h"
#include "src/QR/ColPivHouseholderQR.h"
#include "src/Core/util/ReenableStupidWarnings.h"
Include dependency graph for QR:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Eigen::internal::traits< solve_retval_base< DecompositionType, Rhs > >
class  Eigen::internal::solve_retval_base< _DecompositionType, Rhs >
class  Eigen::HouseholderQR
 Householder QR decomposition of a matrix. More...
struct  Eigen::internal::solve_retval< HouseholderQR< _MatrixType >, Rhs >
class  Eigen::FullPivHouseholderQR
 Householder rank-revealing QR decomposition of a matrix with full pivoting. More...
struct  Eigen::internal::solve_retval< FullPivHouseholderQR< _MatrixType >, Rhs >
class  Eigen::ColPivHouseholderQR
 Householder rank-revealing QR decomposition of a matrix with column-pivoting. More...
struct  Eigen::internal::solve_retval< ColPivHouseholderQR< _MatrixType >, Rhs >

Namespaces

namespace  Eigen
 

Namespace containing all symbols from the Eigen library.


namespace  Eigen::internal
 

Applies the clock wise 2D rotation j to the set of 2D vectors of cordinates x and y: $ \left ( \begin{array}{cc} x \\ y \end{array} \right ) = J \left ( \begin{array}{cc} x \\ y \end{array} \right ) $


Defines

#define EIGEN_QR_MODULE_H

Functions

template<typename MatrixQR , typename HCoeffs >
void Eigen::internal::householder_qr_inplace_unblocked (MatrixQR &mat, HCoeffs &hCoeffs, typename MatrixQR::Scalar *tempData=0)
template<typename MatrixQR , typename HCoeffs >
void Eigen::internal::householder_qr_inplace_blocked (MatrixQR &mat, HCoeffs &hCoeffs, typename MatrixQR::Index maxBlockSize=32, typename MatrixQR::Scalar *tempData=0)

Define Documentation

#define EIGEN_QR_MODULE_H

Definition at line 2 of file QR.




Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011