Searched defs:LU_GlobalLU_t (Results 1 – 1 of 1) sorted by relevance
77 struct LU_GlobalLU_t { struct78 typedef typename IndexVector::Scalar StorageIndex; 79 …ndexVector xsup; //First supernode column ... xsup(s) points to the beginning of the s-th supernode80 IndexVector supno; // Supernode number corresponding to this column (column to supernode mapping)81 ScalarVector lusup; // nonzero values of L ordered by columns 82 IndexVector lsub; // Compressed row indices of L rectangular supernodes. 83 IndexVector xlusup; // pointers to the beginning of each column in lusup84 IndexVector xlsub; // pointers to the beginning of each column in lsub85 Index nzlmax; // Current max size of lsub86 Index nzlumax; // Current max size of lusup[all …]