Home | History | Annotate | Download | only in IterativeSolvers

Lines Matching full:column

138   // Dropping strategies : Keep only the p largest elements per column, where p is the number of elements in the column of the original matrix. Other strategies will be added
152 VectorList listCol(n); // listCol(j) is a linked list of columns to update column j
153 ScalarType curCol(n); // Store a nonzero values in each column
154 IndexType irow(n); // Row indices of nonzero elements in each column
179 //Left-looking factorize the column j
180 // First, load the jth column into curCol
190 // Browse all previous columns that will update column j
193 int jk = firstElt(*k); // First element to use in the column
202 // Scale the current column
219 // p is the original number of elements in the column (without the diagonal)