xiaoyeli / superlu

Supernodal sparse direct solver. https://portal.nersc.gov/project/sparse/superlu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

question of symbfact

Wangtc525 opened this issue · comments

Sorry I forgot to reply. Did you find where to look for the {L, U} data structures?

Section 2.3 of the Users Guide explains various matrix structures, with a small example:
https://portal.nersc.gov/project/sparse/superlu/ug.pdf

In SRC/dutil.c, there are several print routines to print the matrices, e.g., dPrint_SuperNode_Matrix()