All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
DestructiveColPivQR.hpp File Reference

Classes

class  Eigen::DestructiveColPivQR< _MatrixType, _HouseholderStorageType >
 This class is a modification of Eigen's ColPivHouseholdeQR to perform a rank-revealing QR with column pivoting MP = QR with R*P' directly stored in the input matrix M and the householder vectors essential parts stored in the column of a different matrix given by the user. More...
 

Namespaces

 Eigen
 

Macros

#define LOCAL_ABS(x)   internal::abs(x)
 
#define LOCAL_ABS2(x)   internal::abs2(x)
 

Macro Definition Documentation

#define LOCAL_ABS2 (   x)    internal::abs2(x)