Confused with pdpotrf arguments
问题 I want to do a Cholesky factorization in a distributed environment. For that purpose, I use pdpotrf(). However, I am struggling understanding the parameters needed by the function and they provide no C example on how to use it (and an example would be really great to have). Assume I have a NxX matrix I want to factorize. Then, what values should the parameters have? uplo , a and info are well defined in my mind. How about the rest? n should be equal to N I would say. However, desca , ia and