Home | History | Annotate | Download | only in SuperLUSupport

Lines Matching refs:cols

185     res.ncol      = internal::convert_index<int>(mat.cols());
200 res.nrow = internal::convert_index<int>(mat.cols());
207 res.ncol = internal::convert_index<int>(mat.cols());
231 template<typename Scalar, int Rows, int Cols, int Options, int MRows, int MCols>
232 struct SluMatrixMapHelper<Matrix<Scalar,Rows,Cols,Options,MRows,MCols> >
234 typedef Matrix<Scalar,Rows,Cols,Options,MRows,MCols> MatrixType;
243 res.ncol = mat.cols();
259 res.nrow = mat.cols();
266 res.ncol = mat.cols();
348 inline Index cols() const { return m_matrix.cols(); }
654 const Index rhsCols = b.cols();
801 for (int j=0; j<m_u.cols(); ++j)
978 const int rhsCols = b.cols();