Lines Matching refs:m_perm_c
210 if (m_perm_c.size()) dest = colsPermutation() * y.topRows(cols());
282 PermutationType m_perm_c; // Fill-reducing Column permutation
314 ord(matCpy, m_perm_c);
319 if (!m_perm_c.size())
321 m_perm_c.resize(n);
322 m_perm_c.indices().setLinSpaced(n, 0,StorageIndex(n-1));
326 m_outputPerm_c = m_perm_c.inverse();
367 m_outputPerm_c = m_perm_c.inverse();
389 Index p = m_perm_c.size() ? m_perm_c.indices()(i) : i;