Home | History | Annotate | Download | only in SparseExtra

Lines Matching refs:cols

124       return (Flags&RowMajorBit) == 1 ? this->rows() : this->cols();
126 Index cols() const
173 inline Index cols() const
175 return m_vec.cols();
500 resize(blockPattern.rows(), blockPattern.cols());
655 eigen_assert((it->value().rows() == it->value().cols() && (it->value().rows() == m_blockSize))
662 eigen_assert((colBlocks[it->col()] == 0 || colBlocks[it->col()] == it->value().cols()) &&
665 colBlocks[it->col()] = it->value().cols();
667 nz_outer(IsColMajor ? it->col() : it->row()) += it->value().rows() * it->value().cols();
697 StorageIndex block_size = it->value().rows()*it->value().cols();
720 // Index block_size = it->value().rows()*it->value().cols();
745 * \returns the number of cols
747 inline Index cols() const
992 rows(),cols());
997 rows(),cols());
1009 inline Index cols() const { return (m_mat.m_blockSize==Dynamic) ? (m_mat.m_outerOffset[m_outer+1]-m_mat.m_outerOffset[m_outer]) : m_mat.m_blockSize;}