Lines Matching full:rows
56 res.nrow = mat.rows();;
127 res.nrow = mat.rows();
195 inline Index rows() const { return m_cholmodFactor->n; }
228 eigen_assert(rows()==b.rows()
229 && "CholmodDecomposition::solve(): invalid number of rows of the right hand side matrix b");
242 eigen_assert(rows()==b.rows()
243 && "CholmodDecomposition::solve(): invalid number of rows of the right hand side matrix b");
298 eigen_assert(size==b.rows());
309 dest = Matrix<Scalar,Dest::RowsAtCompileTime,Dest::ColsAtCompileTime>::Map(reinterpret_cast<Scalar*>(x_cd->x),b.rows(),b.cols());
320 eigen_assert(size==b.rows());