You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am a beginner to the SuperLU_dist, and I want to get the LU decomposition of a complex matrix.
But in the superlu_dist, it seems that the L and U matrix are distributed in different cores within the "LUstruct" , are there some functions for me to get the two matrices directly?
Thanks~
The text was updated successfully, but these errors were encountered:
@Chenlu2023
In SRC/zutil_dist.c, there is a routine called zDumpLblocks(), which prints out L factor.
I haven't written the routine to print out U, but it's not hard to do.
Hello, I am a beginner to the SuperLU_dist, and I want to get the LU decomposition of a complex matrix.
But in the superlu_dist, it seems that the L and U matrix are distributed in different cores within the "LUstruct" , are there some functions for me to get the two matrices directly?
Thanks~
The text was updated successfully, but these errors were encountered: