Home | History | Annotate | Download | only in SuperLUSupport

Lines Matching refs:Cols

160     res.ncol      = mat.cols();
174 res.nrow = mat.cols();
181 res.ncol = mat.cols();
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;
217 res.ncol = mat.cols();
233 res.nrow = mat.cols();
240 res.ncol = mat.cols();
316 inline Index cols() const { return m_matrix.cols(); }
644 const int rhsCols = b.cols();
783 for (int j=0; j<m_u.cols(); ++j)
955 const int rhsCols = b.cols();