Home | History | Annotate | Download | only in CholmodSupport

Lines Matching defs:rows

57   res.nrow    = mat.rows();;
122 res.nrow = mat.rows();
188 inline Index rows() const { return m_cholmodFactor->n; }
221 eigen_assert(rows()==b.rows()
222 && "CholmodDecomposition::solve(): invalid number of rows of the right hand side matrix b");
235 eigen_assert(rows()==b.rows()
236 && "CholmodDecomposition::solve(): invalid number of rows of the right hand side matrix b");
289 eigen_assert(size==b.rows());
299 dest = Matrix<Scalar,Dest::RowsAtCompileTime,Dest::ColsAtCompileTime>::Map(reinterpret_cast<Scalar*>(x_cd->x),b.rows(),b.cols());
309 eigen_assert(size==b.rows());