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

/external/eigen/Eigen/src/SPQRSupport/
H A DSuiteSparseQRSupport.h93 cholmod_l_free_sparse(&m_cR, &m_cc);
108 &m_cR, &m_E, &m_H, &m_HPinv, &m_HTau, &m_cc);
110 if (!m_cR)
128 inline Index cols() const { return m_cR->ncol; }
168 m_R = viewAsEigen<Scalar,ColMajor, typename MatrixType::Index>(*m_cR);
182 Index n = m_cR->ncol;
225 mutable cholmod_sparse *m_cR; // The sparse R factor in cholmod format member in class:Eigen::SPQR

Completed in 86 milliseconds