GeneralMatrixMatrix.h | 253 DenseIndex m_kc; 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) 263 inline DenseIndex kc() const { return m_kc; } 300 this->m_kc = MaxDepth; 335 this->m_kc = depth; 337 computeProductBlockingSizes<LhsScalar,RhsScalar,KcFactor>(this->m_kc, this->m_mc, this->m_nc); 338 m_sizeA = this->m_mc * this->m_kc; 339 m_sizeB = this->m_kc * this->m_nc; 340 m_sizeW = this->m_kc*Traits::WorkSpaceFactor;
|