Home | History | Annotate | Download | only in SparseLU

Lines Matching refs:LSUB

27  *   (xlsub,lsub): lsub[*] contains the compressed subscript of
29 * location of the j-th column in lsub[*]. Note that xlsub
34 * (xlsub,lsub) for the purpose of symmetric pruning. For each
37 * lsub[j], j=xlsub[s], .., xlsub[s+1]-1
41 * lsub[j], j=xlsub[t], .., xlsub[t+1]-1
74 typedef enum {LUSUP, UCOL, LSUB, USUB, LLVL, ULVL} MemType;
82 IndexVector lsub; // Compressed row indices of L rectangular supernodes.
84 IndexVector xlsub; // pointers to the beginning of each column in lsub
85 Index nzlmax; // Current max size of lsub