I'm trying to use Eigen::CholmodSupernodalLLT for Cholesky decomposition, however, it seems that I could not get matrixL() and matrixU(). How can I extract matrixL() and matrixU() from Eigen::CholmodSupernodalLLT for future use?
Eigen::CholmodSupernodalLLT
matrixL()
matrixU()
c++ eigen
c++ ×1
eigen ×1