Lines Matching full:column
18 * Row (column) i of A is the matperm(i) row (column) of Ap.
43 // Get the nonzeros in row/column j of A
46 Index idx = it.index(); // Get the row index (for column major) or column index (for row major)
53 //Get the nonzeros in row/column j of At
68 // Now compute the real adjacency list of each column/row
76 // Add the pattern of row/column j of A to A+At
79 Index idx = it.index(); // Get the row index (for column major) or column index (for row major)
87 //Add the pattern of row/column j of At to A+At
123 // Row (column) i of Ap is the perm(i) row(column) of A, and row (column) i of A is the iperm(i) row(column) of Ap
132 IndexVector m_indexPtr; // Pointer to the adjacenccy list of each row/column