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.