Home | History | Annotate | Download | only in Core

Lines Matching full:rows

49     inline Index rows() const { return derived().rows(); }
88 DenseMatrixType res(rows(), cols());
99 eigen_assert(col>=0 && col<cols() && row>=0 && row<rows());
195 inline Index rows() const { return m_matrix.rows(); }
213 { return *this = MatrixType::Constant(rows(), cols(), value); }
482 Index maxi = (std::min)(j, dst.rows()-1);
486 for(Index i = maxi+1; i < dst.rows(); ++i)
500 for(Index i = j; i < dst.rows(); ++i)
502 Index maxi = (std::min)(j, dst.rows());
518 Index maxi = (std::min)(j, dst.rows());
522 for(Index i = maxi; i < dst.rows(); ++i)
536 for(Index i = j+1; i < dst.rows(); ++i)
538 Index maxi = (std::min)(j, dst.rows()-1);
554 Index maxi = (std::min)(j, dst.rows());
559 for(Index i = maxi+1; i < dst.rows(); ++i)
574 Index maxi = (std::min)(j, dst.rows());
575 for(Index i = maxi+1; i < dst.rows(); ++i)
597 typename internal::plain_matrix_type<OtherDerived>::type other_evaluated(other.rows(), other.cols());
616 eigen_assert(m_matrix.rows() == other.rows() && m_matrix.cols() == other.cols());
635 typename OtherDerived::DenseMatrixType other_evaluated(other.rows(), other.cols());
654 eigen_assert(m_matrix.rows() == other.rows() && m_matrix.cols() == other.cols());
675 typename internal::plain_matrix_type<Derived>::type other_evaluated(rows(), cols());
695 other.derived().resize(this->rows(), this->cols());
786 Index maxi = (std::min)(j, rows()-1);
795 for(Index i = j+1; i < rows(); ++i)
810 for(Index i = j; i < rows(); ++i)
818 Index maxi = (std::min)(j, rows()-1);