Home | History | Annotate | Download | only in SuperLUSupport

Lines Matching full:rows

159     res.nrow      = mat.rows();
175 res.ncol = mat.rows();
180 res.nrow = mat.rows();
205 template<typename Scalar, int Rows, int Cols, int Options, int MRows, int MCols>
206 struct SluMatrixMapHelper<Matrix<Scalar,Rows,Cols,Options,MRows,MCols> >
208 typedef Matrix<Scalar,Rows,Cols,Options,MRows,MCols> MatrixType;
216 res.nrow = mat.rows();
234 res.ncol = mat.rows();
239 res.nrow = mat.rows();
315 inline Index rows() const { return m_matrix.rows(); }
347 eigen_assert(rows()==b.rows()
348 && "SuperLU::solve(): invalid number of rows of the right hand side matrix b");
360 // eigen_assert(rows()==b.rows()
361 // && "SuperLU::solve(): invalid number of rows of the right hand side matrix b");
389 const int size = a.rows();
643 const int size = m_matrix.rows();
645 eigen_assert(size==b.rows());
701 const int size = m_matrix.rows();
954 const int size = m_matrix.rows();
956 eigen_assert(size==b.rows());