Classes
QR module

Classes

class  EigenSolver
 Eigen values/vectors solver for non selfadjoint matrices. More...
class  HessenbergDecomposition
 Reduces a squared matrix to an Hessemberg form. More...
class  QR
 QR decomposition of a matrix. More...
class  SelfAdjointEigenSolver
 Eigen values/vectors solver for selfadjoint matrix. More...
class  Tridiagonalization
 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>