Pivot matrix in Eigen QR decomposition

113 Views Asked by At

Is there any way to get the pivot matrix in Eigen when doing QR decomposition? I use ColPivHouseholderQR which performs AP = QR and I don't get how can I have access to matrix P. Thanks in advance

I need to have the permutation/pivot and I don't know how to extract it in Eigen.

0

There are 0 best solutions below