Home | History | Annotate | Download | only in SparseLU

Lines Matching full:column

29  *  location of the j-th column in lsub[*]. Note that xlsub 
30 * is indexed by column.
35 * supernode {s,s+1,...,t=s+r} with first column s and last
36 * column t, the subscript set
38 * is the structure of column s (i.e. structure of this supernode).
42 * is the structure of the last column t of this supernode.
47 * However, if the supernode has only one column, then we
52 * The last column structures (for pruning) will be removed
57 * location of the j-th column in storage vector lusup[*]
58 * Note: xlusup is indexed by column.
59 * Each rectangular supernode is stored by column-major
65 * xusub[i] points to the starting location of column i in ucol.
79 IndexVector xsup; //First supernode column ... xsup(s) points to the beginning of the s-th supernode
80 IndexVector supno; // Supernode number corresponding to this column (column to supernode mapping)
83 IndexVector xlusup; // pointers to the beginning of each column in lusup
84 IndexVector xlsub; // pointers to the beginning of each column in lsub
89 IndexVector xusub; // Pointers to the beginning of each column of U in ucol
104 Index colblk; // The minimum column dimension for 2-D blocking to be used;