Searched refs:m_pivotperm (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/SparseQR/
H A DSparseQR.h257 PermutationType m_pivotperm; // The permutation for rank revealing member in class:Eigen::SparseQR
356 m_pivotperm.setIdentity(n);
513 std::swap(m_pivotperm.indices()(j), m_pivotperm.indices()[j+1]);
516 internal::coletree(m_pmat, m_etree, m_firstRowElt, m_pivotperm.indices().data());
535 m_R = tempR * m_pivotperm;
538 m_outputPerm_c = m_outputPerm_c * m_pivotperm;

Completed in 92 milliseconds