Lines Matching full:permutation
51 * P is the column permutation which is the product of the fill-reducing and the
176 /** \returns a const reference to the column permutation P that was applied to A such that A*P = Q*R
177 * It is the combination of the fill-in reducing permutation and numerical column pivoting.
209 // Apply the column permutation
282 PermutationType m_perm_c; // Fill-reducing Column permutation
283 PermutationType m_pivotperm; // The permutation for rank revealing
284 PermutationType m_outputPerm_c; // The final column permutation
301 * In this step, the fill-reducing permutation is computed and applied to the columns of A
374 // Apply the fill-in reducing permutation lazily:
408 // Initialize the numerical permutation
590 // Update the column permutation