Hello,
I'm a recent user of lapack and I'm some confused. I've computed the cholesky factorization of a matrix and I would like to test if the decomposition is right. Exist any function for compute U^TU or LL^T for recover the original matrix? I found dlauum.f, but the operations that computes are UU^t or L^tL. Thanks

