Home | History | Annotate | Download | only in SparseCholesky

Lines Matching full:rows

69     inline Index rows() const { return m_matrix.rows(); }
91 eigen_assert(rows()==b.rows()
92 && "SimplicialCholeskyBase::solve(): invalid number of rows of the right hand side matrix b");
105 eigen_assert(rows()==b.rows()
106 && "SimplicialCholesky::solve(): invalid number of rows of the right hand side matrix b");
156 eigen_assert(m_matrix.rows()==b.rows());
187 eigen_assert(matrix.rows()==matrix.cols());
198 eigen_assert(a.rows()==a.cols());
210 eigen_assert(a.rows()==a.cols());
566 eigen_assert(Base::m_matrix.rows()==b.rows());
619 eigen_assert(a.rows()==a.cols());
620 const Index size = a.rows();