HomeSort by relevance Sort by last modified time
    Searched full:m_mc (Results 1 - 1 of 1) sorted by null

  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrix.h 251 DenseIndex m_mc; member in class:Eigen::internal::level3_blocking
258 : m_blockA(0), m_blockB(0), m_blockW(0), m_mc(0), m_nc(0), m_kc(0)
261 inline DenseIndex mc() const { return m_mc; }
298 this->m_mc = ActualRows;
333 this->m_mc = Transpose ? cols : rows;
337 computeProductBlockingSizes<LhsScalar,RhsScalar,KcFactor>(this->m_kc, this->m_mc, this->m_nc);
338 m_sizeA = this->m_mc * this->m_kc;

Completed in 155 milliseconds