Recently I did a Cholesky decomposition with dpotrf(). My goal is to do that in a distributed environment, so I need to use pdpotrf(). However, I can not understand what values should ia, ja and desca. Can anyone please explain, since I did not find a C example about that?
↧