Searched defs:m_HTau (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/SPQRSupport/
H A DSuiteSparseQRSupport.h94 cholmod_l_free_dense(&m_HTau, &m_cc);
108 &m_cR, &m_E, &m_H, &m_HPinv, &m_HTau, &m_cc);
230 mutable cholmod_dense *m_HTau; // The Householder coefficients member in class:Eigen::SPQR
255 x_cd = SuiteSparseQR_qmult<Scalar>(method, m_spqr.m_H, m_spqr.m_HTau, m_spqr.m_HPinv, &y_cd, cc);

Completed in 105 milliseconds