HomeSort by relevance Sort by last modified time
    Searched refs:m_transpose (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/SPQRSupport/
SuiteSparseQRSupport.h 258 SPQR_QProduct(const SPQRType& spqr, const Derived& other, bool transpose) : m_spqr(spqr),m_other(other),m_transpose(transpose) {}
260 inline Index rows() const { return m_transpose ? m_spqr.rows() : m_spqr.cols(); }
268 int method = m_transpose ? SPQR_QTX : SPQR_QX;
277 bool m_transpose; member in struct:Eigen::SPQR_QProduct
  /external/eigen/Eigen/src/SparseQR/
SparseQR.h 606 m_qr(qr),m_other(other),m_transpose(transpose) {}
607 inline Index rows() const { return m_transpose ? m_qr.rows() : m_qr.cols(); }
618 if (m_transpose)
653 bool m_transpose; member in struct:Eigen::SparseQR_QProduct

Completed in 509 milliseconds