QR module

Classes

class  EigenSolver< _MatrixType >
 Eigen values/vectors solver for non selfadjoint matrices. More...
class  HessenbergDecomposition< _MatrixType >
 Reduces a squared matrix to an Hessemberg form. More...
class  QR< MatrixType >
 QR decomposition of a matrix. More...
class  SelfAdjointEigenSolver< _MatrixType >
 Eigen values/vectors solver for selfadjoint matrix. More...
class  Tridiagonalization< _MatrixType >
 Trigiagonal decomposition of a selfadjoint matrix. More...

Detailed Description

Warning:
This is not considered to be part of the stable public API yet. Changes may happen in future releases. See Experimental parts of Eigen

This module mainly provides QR decomposition and an eigen value solver. This module also provides some MatrixBase methods, including:

 #include <Eigen/QR>

Generated by  doxygen 1.6.2