Home | History | Annotate | Download | only in SparseCholesky

Lines Matching full:rows

108     inline Index rows() const { return m_matrix.rows(); }
130 eigen_assert(rows()==b.rows()
131 && "SimplicialCholeskyBase::solve(): invalid number of rows of the right hand side matrix b");
144 eigen_assert(rows()==b.rows()
145 && "SimplicialCholesky::solve(): invalid number of rows of the right hand side matrix b");
195 eigen_assert(m_matrix.rows()==b.rows());
223 eigen_assert(m_matrix.rows()==b.rows());
228 int size = b.rows();
247 eigen_assert(matrix.rows()==matrix.cols());
258 eigen_assert(a.rows()==a.cols());
270 eigen_assert(a.rows()==a.cols());
621 eigen_assert(Base::m_matrix.rows()==b.rows());
674 eigen_assert(a.rows()==a.cols());
675 const Index size = a.rows();
699 const Index size = ap.rows();
750 eigen_assert(ap.rows()==ap.cols());
751 const Index size = ap.rows();