Glob2loc exp
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
requested review from @faverge
assigned to @alisito
91 91 void *values; /**< Values stored in the matrix */ 92 92 93 93 spm_int_t *glob2loc;/**< Corresponding numbering from global to local [0-based], -(owner+1) if remote */ 94 spm_int_t *glob2loc_exp; If we really need to store this information, we should save it on the side of PaStiX (if we never use it in the functions available in SPM)
Edited by RAMET Pierre
Please register or sign in to reply